diff options
author | isaacs <i@izs.me> | 2011-12-16 17:24:25 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2011-12-16 18:05:17 -0800 |
commit | 90fb81ad54040f410cf14bfb6b37f0117e430347 (patch) | |
tree | e19de78b8f6096093f8e4c7b2a333737842954a0 /deps/npm/man | |
parent | a599aeb2a8159c48eafbe066466ea5bc90d0c71c (diff) | |
download | node-90fb81ad54040f410cf14bfb6b37f0117e430347.tar.gz |
npm 1.1.0-beta-7
Diffstat (limited to 'deps/npm/man')
-rw-r--r-- | deps/npm/man/man1/npm.1 | 2 | ||||
-rw-r--r-- | deps/npm/man/man3/npm.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/man/man1/npm.1 b/deps/npm/man/man1/npm.1 index 0a030a3cc..f625b73de 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.0-beta-4 +1.1.0-beta-7 . .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 3f2e6bebf..5fd385c55 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.0-beta-4 +1.1.0-beta-7 . .SH "DESCRIPTION" This is the API documentation for npm\. |