capitalize description

This commit is contained in:
silverwind 2019-04-10 22:19:45 +02:00
parent 60a89456fe
commit f21f14621a
Signed by: silverwind
GPG Key ID: 2E62B41C93869443
2 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
# 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)
> flexible npm dependency update tool
> Flexible npm dependency update tool
`updates` is a CLI tool which checks for npm dependency updates of the current project and optionally updates `package.json`. It is highly configurable and is typically able to complete in less than a second.

@ -1,7 +1,7 @@
{
"name": "updates",
"version": "8.0.0",
"description": "flexible npm dependency update tool",
"description": "Flexible npm dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",