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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 737768e36..f73f26f58 100644
--- a/README.md
+++ b/README.md
@@ -101,13 +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.
-### activate
-
- npm activate <name> <version>
-
-This "activates" a specific version of a package, so that you can just do
-`require("foo")` without having to specify the version.
-
### deactivate
npm deactivate <name>