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 'doc/deactivate.md')
-rw-r--r--doc/deactivate.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/deactivate.md b/doc/deactivate.md
deleted file mode 100644
index 5bf5a17e9..000000000
--- a/doc/deactivate.md
+++ /dev/null
@@ -1,15 +0,0 @@
-npm-deactivate(1) -- Deactivate the active version of a package
-===============================================================
-
-## SYNOPSIS
-
- npm deactivate <name>
-
-## DESCRIPTION
-
-If there's an active version of the package, this will unlink it from that
-preferential position.
-
-## SEE ALSO
-
-npm-activate(1)