diff options
author | isaacs <i@izs.me> | 2012-06-15 10:00:30 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-06-15 10:00:30 -0700 |
commit | 911b0fddd3483ac58c3a5cec17f4f1b0e533521a (patch) | |
tree | 23fdfe46b166bdcb6ebc3e040a14f9c3faf9c441 /deps/npm/html/api/npm.html | |
parent | 1e0ce5d1bdf364bf6eca821635e3ae8e65807667 (diff) | |
download | node-new-911b0fddd3483ac58c3a5cec17f4f1b0e533521a.tar.gz |
Upgrade npm to 1.1.26
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 d3002ef497..50cab6bce5 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.25</p> +<p>1.1.26</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.25</p> +<p id="footer">npm — npm@1.1.26</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |