all-module-paths
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -35,3 +35,3 @@ { | ||
"typings": "src/index.d.ts", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"repository": "tunnckoCoreLabs/all-module-paths", | ||
@@ -38,0 +38,0 @@ "homepage": "https://github.com/tunnckoCoreLabs/all-module-paths", |
@@ -8,3 +8,3 @@ import os from 'os'; | ||
.reduce((acc, manager) => acc.concat(dirs[manager].packages), []) | ||
.concat(mod.globalPaths.slice(0, -1).reverse()); | ||
.concat(mod.globalPaths.slice(0, -1)); | ||
@@ -11,0 +11,0 @@ export const localModules = module.paths.filter((x) => |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14016