diff options
author | isaacs <i@izs.me> | 2012-02-24 18:52:17 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-02-24 18:52:17 -0800 |
commit | ca0986fbd1a8ade47f3160853a257b6ae83a2151 (patch) | |
tree | 7a86f9b6ff5b046d800fab15d51d220b2b3b476e /deps/npm/html/api/uninstall.html | |
parent | e004721b482198fb9558f920f8101b27fb0bcb7c (diff) | |
download | node-ca0986fbd1a8ade47f3160853a257b6ae83a2151.tar.gz |
Update npm to 1.1.2
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 1f2e3a1c1..98dc68611 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.1</p> +<p id="footer">uninstall — npm@1.1.2</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |