diff options
author | isaacs <i@izs.me> | 2012-05-04 11:06:35 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-05-04 12:52:55 -0700 |
commit | aaf0453b7cd6d9986925576303a20691136b278f (patch) | |
tree | 5b59410ebdac00db6b4bd577b1faf6a5bf10c0b9 /deps/npm/html/api/uninstall.html | |
parent | 719cd461d39d01ab0d2a4a396813c59daf2ad7f1 (diff) | |
download | node-new-aaf0453b7cd6d9986925576303a20691136b278f.tar.gz |
Upgrade npm to 1.1.21
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 fb4fc247cb..aa5d797d12 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.19</p> +<p id="footer">uninstall — npm@1.1.21</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |