caret-check
v0.0.7
Published
Check if ^ in the package version written in dependencies devDependencies peerDependencies optionalDependencies bundledDependencies
Downloads
3
Readme
npm-caret-checker
This package will check the "^" mark at the beginning of the version in some kind of dependencies in package.json and will give an error if it is present
install
$ npm install -g caret-check
if current directory exists package.json
$ caret-check
use --path=
$ caret-check --path=~/path/to/package.json