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:23 +0400
committerisaacs <i@izs.me>2010-04-26 02:45:05 +0400
commita501e5efdad1fb6ba89a8e3fd91f9d7b19ca5031 (patch)
treeef9b6bc00be6669c5f37caf820ffe4561ef00b6a /README.md
parentf53f4c25a30b4f069d7fb204ef589ee70b1d94b8 (diff)
refactor activate doc
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>