diff options
author | isaacs <i@izs.me> | 2012-05-26 22:36:04 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-05-28 20:02:39 -0700 |
commit | 719376730d8d1db7bd98c7688906d0a543154f6b (patch) | |
tree | 0b6e8764c8141e20682cef1f08465dbd22389130 /deps/npm/html/api/npm.html | |
parent | 0bd410a66a379b6dbd1fa1458829a0aa623c5363 (diff) | |
download | node-new-719376730d8d1db7bd98c7688906d0a543154f6b.tar.gz |
upgrade npm to 1.1.23
This also upgrades node-gyp to 0.4.3
Diffstat (limited to 'deps/npm/html/api/npm.html')
-rw-r--r-- | deps/npm/html/api/npm.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/html/api/npm.html b/deps/npm/html/api/npm.html index 5652c8f618..79885918e5 100644 --- a/deps/npm/html/api/npm.html +++ b/deps/npm/html/api/npm.html @@ -24,7 +24,7 @@ npm.load(configObject, function (er, npm) { <h2 id="VERSION">VERSION</h2> -<p>1.1.21</p> +<p>1.1.23</p> <h2 id="DESCRIPTION">DESCRIPTION</h2> @@ -91,7 +91,7 @@ method names. Use the <code>npm.deref</code> method to find the real name.</p> <pre><code>var cmd = npm.deref("unp") // cmd === "unpublish"</code></pre> </div> -<p id="footer">npm — npm@1.1.21</p> +<p id="footer">npm — npm@1.1.23</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |