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/man
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-05-14 11:35:23 +0400
committerisaacs <i@izs.me>2010-05-14 11:35:23 +0400
commita991b294910881bd39f1f0667892f3ee3ded8e95 (patch)
treefb36c9c968cf4245392fcc988dcdbed646a17cbb /man
parent46e731837880375df6801254a8ca3d8fcb5cbfe7 (diff)
Update tag docs
Diffstat (limited to 'man')
-rw-r--r--man/tag.111
1 files changed, 5 insertions, 6 deletions
diff --git a/man/tag.1 b/man/tag.1
index 6132b05d2..bacaa7083 100644
--- a/man/tag.1
+++ b/man/tag.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.4.1
.\" http://github.com/rtomayko/ronn/
.
-.TH "NPM\-TAG" "1" "April 2010" "" ""
+.TH "NPM\-TAG" "1" "May 2010" "" ""
.
.SH "NAME"
\fBnpm\-tag\fR \-\- Tag a published version
@@ -17,8 +17,7 @@ npm tag packagename 1.2.3 tagname
Tags the specified version of "packagename" with the specified "tagname".
.
.P
-The only tag with any special significance is "stable".
-.
-.P
-When installation from the registry is supported, this will be much more
-relevant.
+The only tags with special significance are "stable", which is the version
+that gets installed by default when no other tag or version number is
+specified, and "latest", which always points to the most recently uploaded
+version of a package.