diff options
author | isaacs <i@izs.me> | 2013-07-12 13:14:50 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-07-12 13:14:50 -0700 |
commit | 5e86519199b28e9fe2241c8f6531350ed753613d (patch) | |
tree | 24fe64fe1fef793327b13a20c57061140ad4b29b /deps/npm/man/man1 | |
parent | ff8a4058bfac4f360992cfe7adf04f910282cedc (diff) | |
download | node-new-5e86519199b28e9fe2241c8f6531350ed753613d.tar.gz |
npm: Upgrade to 1.3.4
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 39f525db5d..a97d21c34a 100644 --- a/deps/npm/man/man1/npm-ls.1 +++ b/deps/npm/man/man1/npm-ls.1 @@ -29,7 +29,7 @@ For example, running \fBnpm ls promzard\fR in npm\'s source tree will show: .IP "" 4 . .nf -npm@1.3.3 /path/to/npm +npm@1.3.4 /path/to/npm └─┬ init\-package\-json@0\.0\.4 └── promzard@0\.1\.5 . diff --git a/deps/npm/man/man1/npm.1 b/deps/npm/man/man1/npm.1 index ef69a83f90..9c725b0a53 100644 --- a/deps/npm/man/man1/npm.1 +++ b/deps/npm/man/man1/npm.1 @@ -14,7 +14,7 @@ npm <command> [args] .fi . .SH "VERSION" -1.3.3 +1.3.4 . .SH "DESCRIPTION" npm is the package manager for the Node JavaScript platform\. It puts |