diff options
author | isaacs <i@izs.me> | 2012-10-25 09:15:35 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-10-25 09:15:35 -0700 |
commit | 822e13d375ee47d3b09a066061d7f65dc4aca57e (patch) | |
tree | 8281cb76d1f7808bb151106c5aaca273ff404096 /deps/npm/man | |
parent | c7b2e29e5e4b2a20e0cbc34d56c57d96720aadc2 (diff) | |
download | node-new-822e13d375ee47d3b09a066061d7f65dc4aca57e.tar.gz |
npm: Upgrade to 1.1.65
Diffstat (limited to 'deps/npm/man')
-rw-r--r-- | deps/npm/man/man1/ls.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/ls.1 b/deps/npm/man/man1/ls.1 index 4540ac6442..00d9be7cf3 100644 --- a/deps/npm/man/man1/ls.1 +++ b/deps/npm/man/man1/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.1.64 /path/to/npm +npm@1.1.65 /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 6892dd790d..bb60c93e4c 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.64 +1.1.65 . .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 465814af78..993f71c8b3 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.64 +1.1.65 . .SH "DESCRIPTION" This is the API documentation for npm\. |