diff options
author | isaacs <i@izs.me> | 2012-03-02 09:48:25 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-03-02 09:48:25 -0800 |
commit | 1bf3a1435398b25673b79b6cc2393391d1684f88 (patch) | |
tree | c3d091a65438a3b2cad78e185bfa65c28b318307 /deps/npm/man | |
parent | 054127112ce335ceb4477a481e99e3fb2176b457 (diff) | |
download | node-new-1bf3a1435398b25673b79b6cc2393391d1684f88.tar.gz |
Upgrade npm to 1.1.4 (minor bugfix)
Diffstat (limited to 'deps/npm/man')
-rw-r--r-- | deps/npm/man/man1/changelog.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/changelog.1 b/deps/npm/man/man1/changelog.1 index 7af6709c7f..1e5d895878 100644 --- a/deps/npm/man/man1/changelog.1 +++ b/deps/npm/man/man1/changelog.1 @@ -8,7 +8,7 @@ . .SH "HISTORY" . -.SS "1\.1\.3" +.SS "1\.1\.3, 1\.1\.4" . .IP "\(bu" 4 Update request to support HTTPS\-over\-HTTP proxy tunneling diff --git a/deps/npm/man/man1/npm.1 b/deps/npm/man/man1/npm.1 index a7ec8cf195..e8ef2125fb 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.3 +1.1.4 . .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 57d861c05a..52742322ab 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.3 +1.1.4 . .SH "DESCRIPTION" This is the API documentation for npm\. |