check-versions
v1.0.0
Published
Ensure consistent version metadata
Downloads
50
Maintainers
Readme
check-versions
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
.