0.0.5 • Published 5 years ago

npm-exact-versions v0.0.5

Weekly downloads
13,516
License
MIT
Repository
github
Last release
5 years ago

npm-exact-versions

Build Status codecov

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

Usage

$ npm-exact-versions --path pathToPackageJson --log

Use --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.