diff options
author | isaacs <i@izs.me> | 2013-04-11 09:16:47 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-04-11 09:16:47 -0700 |
commit | 1ccae9cb1bde1045821a26b6c201d5eb6a17ad5f (patch) | |
tree | 68bcc0ca62dd114bc61a136a7467b82f055a18eb /deps/npm/html/api/install.html | |
parent | e5fdc4d6f1af4417ef9bb4ca7050fd633ea09267 (diff) | |
download | node-new-1ccae9cb1bde1045821a26b6c201d5eb6a17ad5f.tar.gz |
npm: Upgrade to 1.2.18
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 dc718a10a9..68e97ab0b7 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.17</p> +<p id="footer">install — npm@1.2.18</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |