joshterrill / version-lock

adds currently installed npm version to all packages in a package.json

Home Page:https://www.npmjs.com/package/version-lock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-lock

run

cd ./some-project/
version-lock

That's it!

Go from this:

one

To this:

two

About

adds currently installed npm version to all packages in a package.json

https://www.npmjs.com/package/version-lock


Languages

Language:JavaScript 100.0%