version-lock
v0.0.3
Published
a tiny script that looks at what versions of every package you have in your package.json and writes them into your package.json
Downloads
512
Readme
version-lock
Having a bunch of carots in front of package version numbers can be annoying when repo maintainers push breaking changes out. This module fixes that.
installation
npm install -g version-lockrun
cd ./some-project/
version-lockThat's it!
Go from this:

To this:

