0.0.7 • Published 3 years ago

caret-check v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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