update description

This commit is contained in:
silverwind 2017-12-03 12:36:27 +01:00
parent 863445d10a
commit aa203e9cdb
Signed by untrusted user: silverwind
GPG Key ID: 2E62B41C93869443
2 changed files with 3 additions and 3 deletions

@ -1,8 +1,8 @@
# updates
[![](https://img.shields.io/npm/v/updates.svg?style=flat)](https://www.npmjs.org/package/updates) [![](https://img.shields.io/npm/dm/updates.svg)](https://www.npmjs.org/package/updates) [![](https://api.travis-ci.org/silverwind/updates.svg?style=flat)](https://travis-ci.org/silverwind/updates)
> Fast npm dependency update checking tool
> Fast npm dependency updating tool
`updates` is a lightweight tool that checks for npm dependency updates and optionally automatically updates `package.json`. Unlike other similar tools, it has no dependency on any package manager but instead works directly with the npm registry.
`updates` is a lightweight CLI tool that checks for npm dependency updates and optionally automatically updates `package.json`. Unlike other similar tools, it has no dependency on any package manager but instead works directly with the npm registry.
## Install:

@ -1,7 +1,7 @@
{
"name": "updates",
"version": "1.0.3",
"description": "Fast npm dependency update checking tool",
"description": "Fast npm dependency updating tool",
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",