diff options
author | isaacs <i@izs.me> | 2012-12-21 16:42:29 +0000 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-12-21 16:42:29 +0000 |
commit | d30e76e0e834293981dba3b1ef838be24ab4d33a (patch) | |
tree | 481ac42db1d8e8f4457f054f9196bcad8e145e38 /deps/npm/html/api/install.html | |
parent | 9d0103d22e1149c0379b15a07db86a58339acf5f (diff) | |
download | node-d30e76e0e834293981dba3b1ef838be24ab4d33a.tar.gz |
npm: upgrade to 1.1.70
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 de69580c2..a0dcd1f1a 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.1.69</p> +<p id="footer">install — npm@1.1.70</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |