diff options
author | Forrest L Norvell <forrest@npmjs.com> | 2015-02-06 01:14:25 -0800 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2015-02-06 18:38:36 +0100 |
commit | af1bf49852b7a8bcc9b9b6dd718edea0b18e3cb6 (patch) | |
tree | c9b3218b9df65485edca5f150bef4ba0263c8e28 /deps/npm/man/man1/npm-ls.1 | |
parent | 9dc9ec3ce6ba6f3dd4020e00f5863e207fa08a75 (diff) | |
download | node-new-af1bf49852b7a8bcc9b9b6dd718edea0b18e3cb6.tar.gz |
deps: upgrade npm to 2.5.1
PR-URL: https://github.com/iojs/io.js/pull/738
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/npm/man/man1/npm-ls.1')
-rw-r--r-- | deps/npm/man/man1/npm-ls.1 | 4 |
1 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 53784cbc39..4f2d713e2e 100644 --- a/deps/npm/man/man1/npm-ls.1 +++ b/deps/npm/man/man1/npm-ls.1 @@ -1,4 +1,4 @@ -.TH "NPM\-LS" "1" "January 2015" "" "" +.TH "NPM\-LS" "1" "February 2015" "" "" .SH "NAME" \fBnpm-ls\fR \- List installed packages .SH SYNOPSIS @@ -23,7 +23,7 @@ For example, running \fBnpm ls promzard\fR in npm's source tree will show: .P .RS 2 .nf -npm@2.4.1 /path/to/npm +npm@2.5.1 /path/to/npm └─┬ init\-package\-json@0\.0\.4 └── promzard@0\.1\.5 .fi |