diff options
author | isaacs <i@izs.me> | 2011-12-01 15:01:01 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2011-12-01 17:12:21 -0800 |
commit | 1ad30a2af4926b97241b4041a048046d903dc6b9 (patch) | |
tree | 3795aa0b0c14102447bd9a08557e0e4d0d6da318 /deps/npm/man | |
parent | 99c9d19184fdd46ae88464d7a608aac57a530634 (diff) | |
download | node-1ad30a2af4926b97241b4041a048046d903dc6b9.tar.gz |
npm 1.1.0-alpha-6
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 52a018440..fd31e7ab0 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-alpha-5 +1.1.0-alpha-6 . .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 123360630..b2242691d 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-alpha-5 +1.1.0-alpha-6 . .SH "DESCRIPTION" This is the API documentation for npm\. |