check-versions

Ensure consistent version metadata


Keywords
bower, component, npm, versioning
License
Apache-2.0
Install
npm install check-versions@1.0.0

Documentation

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.