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
path: root/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-04-26 03:40:24 +0400
committerisaacs <i@izs.me>2010-04-26 03:40:24 +0400
commit20c46fbb291f0c6446cc9a5329269d4c12af49b1 (patch)
tree1f356bdfd02729aed9b3899674525c9fefa79009 /doc
parent492924c6a3b6913808969eb170b173c92f9a36c7 (diff)
refactor deactivation doc
Diffstat (limited to 'doc')
-rw-r--r--doc/deactivate.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/deactivate.md b/doc/deactivate.md
new file mode 100644
index 000000000..0eb69fa09
--- /dev/null
+++ b/doc/deactivate.md
@@ -0,0 +1,9 @@
+npm-deactivate(1) -- Deactivate the active version of a package
+===============================================================
+
+ npm deactivate <name>
+
+If there's an active version of the package, this will unlink it from that
+preferential position.
+
+See: activate