npm-run-all2
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -175,3 +175,3 @@ /** | ||
npmPath = newBasename === basename | ||
npmPath = newBasename !== basename | ||
? path.join(path.dirname(process.env.npm_execpath), newBasename) | ||
@@ -178,0 +178,0 @@ : process.env.npm_execpath // eslint-disable-line no-process-env |
{ | ||
"name": "npm-run-all2", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintainence fork)", | ||
@@ -8,3 +8,4 @@ "bin": { | ||
"run-s": "bin/run-s/index.js", | ||
"npm-run-all": "bin/npm-run-all/index.js" | ||
"npm-run-all": "bin/npm-run-all/index.js", | ||
"npm-run-all2": "bin/npm-run-all/index.js" | ||
}, | ||
@@ -11,0 +12,0 @@ "main": "lib/index.js", |
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
91339