Go to file
2017-12-03 12:18:28 +01:00
.editorconfig init 2017-12-03 12:15:02 +01:00
.eslintrc init 2017-12-03 12:15:02 +01:00
.gitignore init 2017-12-03 12:15:02 +01:00
.travis.yml init 2017-12-03 12:15:02 +01:00
Makefile init 2017-12-03 12:15:02 +01:00
package.json 0.1.0 2017-12-03 12:16:19 +01:00
README.md upgrade -> update 2017-12-03 12:18:28 +01:00
updates.js upgrade -> update 2017-12-03 12:18:28 +01:00

updates

Fast npm dependency update checking tool

updates is a lightweight tool that checks for npm dependency updates and optionally automatically updates package.json.

Example:

$ updates
NAME      RANGE      NEWRANGE
got       ^8.0.1     ^8.0.1
semver    ^5.4.1     ^5.4.1
eslint    ^4.12.1    ^4.12.1
$ updates -u
package.json updated!

© silverwind, distributed under BSD licence