install-recursive
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -16,2 +16,4 @@ #!/usr/bin/env node | ||
console.log('cwd', cwd); | ||
var child = spawn(`./bin/npm-install.sh ${isProd ? '--production': ''}`, [], {cwd: cwd}); | ||
@@ -18,0 +20,0 @@ |
{ | ||
"name": "install-recursive", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"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
2751
60