ic-mops 0.12.0 → 0.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,7 +132,7 @@ export async function sources({verbose} = {}) {
132
132
  }
133
133
 
134
134
  // use pkgDir if baseDir doesn't exist for local packages
135
- if (pkg.path && !fs.existsSync(pkgBaseDir) && fs.existsSync(pkgDir)) {
135
+ if (pkg.path && !fs.existsSync(pkgBaseDir)) {
136
136
  pkgBaseDir = pkgDir;
137
137
  }
138
138
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ic-mops",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mops": "cli.js"