mgol / grunt-check-dependencies

Checks if currently installed npm dependencies are installed in the exact same versions that are specified in package.json
MIT License
15 stars 6 forks source link

Option for running npm prune if npm install is run #10

Closed elicwhite closed 9 years ago

mgol commented 9 years ago

It's already supported if you specify both onlySpecified and install option. grunt-check-dependencies README links to the full list of check-dependencies parameters, please read it: https://github.com/mzgol/check-dependencies/tree/0.9.3#usage