diff options
author | isaacs <i@izs.me> | 2012-03-29 20:17:25 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-03-29 20:20:23 -0700 |
commit | 9a70d99980c7b22ec71e8fa15c2fbddfcc5b314e (patch) | |
tree | 104660380ae4853ea98079cdcf1246a365b9e8ba /deps/npm/html/api/uninstall.html | |
parent | 7abbda8ba2ecabd93b11388bc593ad94da2546bc (diff) | |
download | node-9a70d99980c7b22ec71e8fa15c2fbddfcc5b314e.tar.gz |
Upgrade npm to 1.1.15
Diffstat (limited to 'deps/npm/html/api/uninstall.html')
-rw-r--r-- | deps/npm/html/api/uninstall.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/html/api/uninstall.html b/deps/npm/html/api/uninstall.html index ee529755a..26c1526e1 100644 --- a/deps/npm/html/api/uninstall.html +++ b/deps/npm/html/api/uninstall.html @@ -22,7 +22,7 @@ the name of a package to be uninstalled.</p> <p>Finally, 'callback' is a function that will be called when all packages have been uninstalled or when an error has been encountered.</p> </div> -<p id="footer">uninstall — npm@1.1.14</p> +<p id="footer">uninstall — npm@1.1.15</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |