1.0.0 • Published 9 years ago

check-versions v1.0.0

Weekly downloads
41
License
Apache-2.0
Repository
github
Last release
9 years ago

check-versions

npm version build status

Ensure consistent version metadata across JavaScript package managers.

npm --global install check-versions
check-versions --help

cd YOUR_PACKAGE
check-versions

For specific projects, you may wish to

npm install --save-dev check-version

and add && check-version to scripts.test in package.json.

License

See the license file in this repository.