diff options
author | Forrest L Norvell <forrest@npmjs.com> | 2015-03-20 01:40:50 -0700 |
---|---|---|
committer | Chris Dickinson <christopher.s.dickinson@gmail.com> | 2015-03-23 16:31:02 -0700 |
commit | b542fb94a4acb7bdcb3ba66fbbdd95465fa633f8 (patch) | |
tree | 45d7296e0799cdff86c1e2700fa97d5b29eec33c /deps/npm/man/man1 | |
parent | 2e5b87a147f0bb1e92de4a62f392bb4f3ac12f8f (diff) | |
download | node-new-b542fb94a4acb7bdcb3ba66fbbdd95465fa633f8.tar.gz |
deps: upgrade npm to 2.7.3
PR-URL: https://github.com/iojs/io.js/pull/1219
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'deps/npm/man/man1')
-rw-r--r-- | deps/npm/man/man1/npm-ls.1 | 2 | ||||
-rw-r--r-- | deps/npm/man/man1/npm.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/man/man1/npm-ls.1 b/deps/npm/man/man1/npm-ls.1 index aeedc91e4c..707bd7f274 100644 --- a/deps/npm/man/man1/npm-ls.1 +++ b/deps/npm/man/man1/npm-ls.1 @@ -23,7 +23,7 @@ For example, running \fBnpm ls promzard\fR in npm's source tree will show: .P .RS 2 .nf -npm@2.7.1 /path/to/npm +npm@2.7.3 /path/to/npm └─┬ init\-package\-json@0\.0\.4 └── promzard@0\.1\.5 .fi diff --git a/deps/npm/man/man1/npm.1 b/deps/npm/man/man1/npm.1 index 4d42aec638..bc5dc46b20 100644 --- a/deps/npm/man/man1/npm.1 +++ b/deps/npm/man/man1/npm.1 @@ -10,7 +10,7 @@ npm <command> [args] .RE .SH VERSION .P -2.7.1 +2.7.3 .SH DESCRIPTION .P npm is the package manager for the Node JavaScript platform\. It puts |