diff options
author | isaacs <i@izs.me> | 2012-08-21 15:29:03 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-08-21 15:29:37 -0700 |
commit | 2bcb9ab7bcd474590f109bd04c43ba8e39a90dfa (patch) | |
tree | 225e7199ccab16b9d8fad19c5001a0a4991f5f07 /deps/npm/html/api/npm.html | |
parent | badbd1af27f5f3fd07862b8ee7d0810e7ae9ef56 (diff) | |
download | node-2bcb9ab7bcd474590f109bd04c43ba8e39a90dfa.tar.gz |
npm: Upgrade to 1.1.55
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 e761aee1c..57e29b601 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.49</p> +<p>1.1.55</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.49</p> +<p id="footer">npm — npm@1.1.55</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |