slushjs / gulp-install

Automatically install npm and bower packages if package.json or bower.json is found in the gulp file stream respectively
MIT License
106 stars 46 forks source link

Added ignoreScripts modifier for npm #14

Closed smcelhinney closed 9 years ago

smcelhinney commented 9 years ago

I added another CLI option for npm with required tests etc for the --ignore-scripts argument. Apologies for the reformatting of the JS, feel free to reject if you'd like me to revert to your formatting, this is what Sublime autoformatted it as.

joakimbeng commented 9 years ago

Looks ok to me.