install-recursive
Advanced tools
Comparing version 2.1.7 to 2.1.8
@@ -19,3 +19,3 @@ #!/usr/bin/env node | ||
var child = spawn(`${path.join(__dirname, run.sh)} ${isProd ? '--production': ''}`, [], {cwd: cwd}); | ||
var child = spawn(`${path.join(__dirname, 'run.sh')} ${isProd ? '--production': ''}`, [], {cwd: cwd}); | ||
@@ -22,0 +22,0 @@ child.stdout.pipe(process.stdout); |
{ | ||
"name": "install-recursive", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "install-recursive": "./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
2800