diff options
author | isaacs <i@izs.me> | 2012-08-06 19:09:36 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-08-06 19:09:58 -0700 |
commit | f11a3dfcd63f80a6435dbf126faec77a01256326 (patch) | |
tree | fcd1a21a003bcd0f5aee83a784f6074e422748c6 /deps/npm/man | |
parent | 093be8b16bb153d18bfec752d42f8b79a8958800 (diff) | |
download | node-new-f11a3dfcd63f80a6435dbf126faec77a01256326.tar.gz |
npm: Upgrade to 1.1.48
Fixes an issue with publishing readmes that are not called
'README.md', so that they still end up on the website
Diffstat (limited to 'deps/npm/man')
-rw-r--r-- | deps/npm/man/man1/list.1 | 2 | ||||
-rw-r--r-- | deps/npm/man/man1/npm.1 | 2 | ||||
-rw-r--r-- | deps/npm/man/man3/npm.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/man/man1/list.1 b/deps/npm/man/man1/list.1 index fae078dd71..6c2834ce37 100644 --- a/deps/npm/man/man1/list.1 +++ b/deps/npm/man/man1/list.1 @@ -29,7 +29,7 @@ For example, running \fBnpm ls promzard\fR in npm\'s source tree will show: .IP "" 4 . .nf -npm@1.1.47 /path/to/npm +npm@1.1.48 /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 3db2efbfa9..914077d780 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.1.47 +1.1.48 . .SH "DESCRIPTION" npm is the package manager for the Node JavaScript platform\. It puts diff --git a/deps/npm/man/man3/npm.3 b/deps/npm/man/man3/npm.3 index db1954a23b..e6443fc204 100644 --- a/deps/npm/man/man3/npm.3 +++ b/deps/npm/man/man3/npm.3 @@ -21,7 +21,7 @@ npm\.load(configObject, function (er, npm) { .fi . .SH "VERSION" -1.1.47 +1.1.48 . .SH "DESCRIPTION" This is the API documentation for npm\. |