diff options
author | isaacs <i@izs.me> | 2013-03-06 15:41:06 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-03-06 15:41:06 -0800 |
commit | 80fb580936d82bb274bd35fe66e7d61cc01b0fd4 (patch) | |
tree | 5354e1c4b46a349c654e2b9008eac424ceeb232d /deps/npm/html/api/install.html | |
parent | 277a2545d2615420240f9b6f0e866ce1cde66890 (diff) | |
download | node-80fb580936d82bb274bd35fe66e7d61cc01b0fd4.tar.gz |
npm: Update to 1.2.14
Diffstat (limited to 'deps/npm/html/api/install.html')
-rw-r--r-- | deps/npm/html/api/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/html/api/install.html b/deps/npm/html/api/install.html index a2a7666b3..d372eeeef 100644 --- a/deps/npm/html/api/install.html +++ b/deps/npm/html/api/install.html @@ -25,7 +25,7 @@ the name of a package to be installed.</p> <p>Finally, 'callback' is a function that will be called when all packages have been installed or when an error has been encountered.</p> </div> -<p id="footer">install — npm@1.2.11</p> +<p id="footer">install — npm@1.2.14</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |