Comparing version 2.0.8 to 2.0.9
@@ -41,13 +41,4 @@ #!/usr/bin/env node | ||
this._exec("npm", ["install", "grunt", "-g"], currentDir, function (success) { | ||
this._exec("grunt", ["start"], currentDir, function (success) { | ||
if (success) { | ||
this._exec("grunt", ["start"], currentDir, function (success) { | ||
if (success) { | ||
process.exit(); | ||
} | ||
}.bind(this)); | ||
} | ||
else { | ||
console.log("There was an error installing grunt. Try running 'npm install grunt -g' manually, then try again."); | ||
process.exit(); | ||
@@ -54,0 +45,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "The NPM Command Line Interface for the RED Boilerplate", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"repository": { | ||
@@ -15,2 +15,6 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"install": "npm install grunt -g", | ||
"update": "npm install grunt -g" | ||
}, | ||
"main": "lib/rbp.js", | ||
@@ -17,0 +21,0 @@ "engines": { |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
2703
64
2