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-05-03 23:30:30 +0400
committerisaacs <i@izs.me>2010-05-03 23:30:30 +0400
commitb70b2a09fa76f1cc3e3f9da7dd4f48ac073d6d0a (patch)
treea1e40a1473c3b5db3efea8ad338c966fac605400 /man/deactivate.1
parenta3dec1abdf971e83377ff167382c56fe26f6c8d6 (diff)
Add built documentation to project, so that the install doesn't require ronn
Diffstat (limited to 'man/deactivate.1')
-rw-r--r--man/deactivate.121
1 files changed, 21 insertions, 0 deletions
diff --git a/man/deactivate.1 b/man/deactivate.1
new file mode 100644
index 000000000..ce0c75771
--- /dev/null
+++ b/man/deactivate.1
@@ -0,0 +1,21 @@
+.\" generated with Ronn/v0.4.1
+.\" http://github.com/rtomayko/ronn/
+.
+.TH "NPM\-DEACTIVATE" "1" "April 2010" "" ""
+.
+.SH "NAME"
+\fBnpm\-deactivate\fR \-\- Deactivate the active version of a package
+.
+.SH "SYNOPSIS"
+.
+.nf
+npm deactivate <name>
+.
+.fi
+.
+.SH "DESCRIPTION"
+If there's an active version of the package, this will unlink it from that
+preferential position.
+.
+.P
+See: activate