diff options
author | isaacs <i@izs.me> | 2012-07-19 13:03:28 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-07-19 13:03:28 -0700 |
commit | d9057cc090b8e98fa35533ccf61ec3bfd7002955 (patch) | |
tree | 0fde99b0d0f01ae3f9525d929ef22cf2cfafa72c /deps/npm/html/api/npm.html | |
parent | f6484842b37d515b32e32e4e3bd33274154565a3 (diff) | |
download | node-new-d9057cc090b8e98fa35533ccf61ec3bfd7002955.tar.gz |
npm: Upgrade to 1.1.44
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 e1eb17f773..353256f73a 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.43</p> +<p>1.1.44</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.43</p> +<p id="footer">npm — npm@1.1.44</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |