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/tag.1
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-08-18 21:58:59 +0400
committerisaacs <i@izs.me>2010-08-18 21:58:59 +0400
commitf2ccd1783065d471c891c83082eab9c76361c4c3 (patch)
tree837221b349cfe68a41aaf61dcde15d197b2f9657 /man/tag.1
parent9e87e148e145ac46797ad41d02f9d41c9f1dfea1 (diff)
Use ronnjs instead of the ronn rubygem to build docs
Diffstat (limited to 'man/tag.1')
-rw-r--r--man/tag.114
1 files changed, 8 insertions, 6 deletions
diff --git a/man/tag.1 b/man/tag.1
index ba0bee2f4..8c3d4bce1 100644
--- a/man/tag.1
+++ b/man/tag.1
@@ -1,15 +1,14 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.\" Generated with Ronnjs/v0.1
+.\" http://github.com/kapouer/ronnjs/
.
-.TH "NPM\-TAG" "1" "July 2010" "" ""
+.TH "NPM\-TAG" "1" "August 2010" "" ""
.
.SH "NAME"
-\fBnpm\-tag\fR \- Tag a published version
+\fBnpm-tag\fR \-\- Tag a published version
.
.SH "SYNOPSIS"
.
.nf
-
npm tag packagename@1\.2\.3 tagname
.
.fi
@@ -18,4 +17,7 @@ npm tag packagename@1\.2\.3 tagname
Tags the specified version of "packagename" with the specified "tagname"\.
.
.P
-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\.
+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\.