package-version-check
v1.0.0
Published
Checks installed versions in package.json against the latest available versions
Downloads
13
Readme
package-version-checker
A simple utility that can be run in the command line to show which packages are out dated.
Usage
- Install the package
npm install --save-dev package-version-check. - Add npm script
"version-check": "pvc" - Run the script for output
npm run version-check

