File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11npm-up
22======
33
4- Check the latest version of dependencies on [npm](https://www.npmjs.com) gracefully, and do whatever you want.
4+ Check the latest versions of dependencies on [npm](https://www.npmjs.com) gracefully, and do whatever you want.
55
66[](https://www.npmjs.com/package/npm-up)
77[](https://www.npmjs.com/package/npm-up)
@@ -17,7 +17,7 @@ npm i npm-up -g
1717## Features
1818- Much faseter than npm.
1919- Do not depend on a local npm, much smaller.
20- - Check the latest version of dependencies either locally or gloablly, and update `package.json`.
20+ - Check the latest versions of dependencies either locally or gloablly, and update `package.json`.
2121 + dependencies
2222 + devDependencies
2323 + optionalDependencies
Original file line number Diff line number Diff line change 11{
22 "name" : " npm-up" ,
33 "version" : " 1.9.3" ,
4- "description" : " Check the latest version of dependencies on npm gracefully, and do whatever you want." ,
4+ "description" : " Check the latest versions of dependencies on npm gracefully, and do whatever you want." ,
55 "main" : " ./dist/npm-up.js" ,
66 "bin" : {
77 "npm-up" : " ./bin/bin.js"
You can’t perform that action at this time.
0 commit comments