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>2011-03-04 09:29:15 +0300
committerisaacs <i@izs.me>2011-03-22 01:55:49 +0300
commit5f91b73e40131b1a0f2a235ce9a37958a9be5201 (patch)
tree67e32951e7dce7eeac53dd924418f031f755b3b8 /doc/activate.md
parentce60214c046532b1c91a0595353324fc7faa998d (diff)
remove docs for removed things
Diffstat (limited to 'doc/activate.md')
-rw-r--r--doc/activate.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/activate.md b/doc/activate.md
deleted file mode 100644
index cf964a8a4..000000000
--- a/doc/activate.md
+++ /dev/null
@@ -1,24 +0,0 @@
-npm activate(1) -- Activate an installed version of a package
-=============================================================
-
-## SYNOPSIS
-
- npm activate <name>@<version> [<name>@<version> ...]
-
-## DESCRIPTION
-
-This "activates" a specific version of a package, so that you can just do
-`require("foo")` without having to specify the version.
-
-## CONFIGURATION
-
-### auto-activate
-
-Default: true
-
-Automatically activate a package after installation, if there is not an active
-version already. Set to "always" to always activate when installing.
-
-## SEE ALSO
-
-npm-deactivate(1)