diff options
author | isaacs <i@izs.me> | 2013-04-03 10:17:04 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-04-03 10:17:04 -0700 |
commit | d46ebffb66edea43d17f4a9799ccd9dba21c4000 (patch) | |
tree | 1631f5e6bac50c37b463c44ee075b7bba499ab15 /deps/npm/html/api/npm.html | |
parent | b319264d849d4149c757b4978f56dd5ae7662b6c (diff) | |
download | node-d46ebffb66edea43d17f4a9799ccd9dba21c4000.tar.gz |
npm: Upgrade to 1.2.17
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 07adafc43..91fc75097 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.2.15</p> +<p>1.2.17</p> <h2 id="DESCRIPTION">DESCRIPTION</h2> @@ -92,7 +92,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.2.15</p> +<p id="footer">npm — npm@1.2.17</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |