Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-04-26 02:41:06 +0400
committerisaacs <i@izs.me>2010-04-26 02:45:00 +0400
commitf53f4c25a30b4f069d7fb204ef589ee70b1d94b8 (patch)
tree9444d3836306c89004cac1308faabc1697bdaa16 /README.md
parent8e86a1578a0b6516860d153afc3ace84604fe1a6 (diff)
refactor uninstall/rm doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 84c915c75..737768e36 100644
--- a/README.md
+++ b/README.md
@@ -101,14 +101,6 @@ These are the commands that actually do things, as of today. If they don't do
what they say they do, then please [post an issue](http://github.com/isaacs/npm/issues)
about it.
-### uninstall
-
- npm uninstall <name> <version>
-
-This uninstalls a package, completely removing everything installed for it. If
-it's currently active, then it must be deactivated first. If anything is
-depending on it, then those must be uninstalled first.
-
### activate
npm activate <name> <version>