npm-exact-versions
v0.0.5
Published
Check if all the dependencies in the package.json have exact versions.
Maintainers
Readme
npm-exact-versions
This package will make sure that you only use exact versions in your package.json. All wildcards will be rejected.
Installation
$ npm install npm-exact-versions -gUsage
$ npm-exact-versions --path pathToPackageJson --logUse --log if you want to print the package without exact version to the console.
If no package path is specified, the one in the current directory will be used.
