A little script to tidy up your npm-shrinkwrap.json
.
While we've used this and not had any issues, the shrinkwrap format is not currently documented or guaranteed not to change, so be careful.
npm install -g shonkwrap
When you'd normally type npm shinkwrap
, type shonkwrap
instead.
If you're using npm@2
and having problems, shrinkwarp is a similar project which might help.