Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 491 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 491 Bytes

shonkwrap

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.

Install

npm install -g shonkwrap

Usage

When you'd normally type npm shinkwrap, type shonkwrap instead.

Related work

If you're using npm@2 and having problems, shrinkwarp is a similar project which might help.