Skip to content

Commit bef7028

Browse files
committed
typo
1 parent 0a8f3d8 commit bef7028

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/README.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
npm-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
[![NPM version](https://badge.fury.io/js/npm-up.svg)](https://www.npmjs.com/package/npm-up)
77
[![Downloads](http://img.shields.io/npm/dm/npm-up.svg)](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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

0 commit comments

Comments
 (0)