]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man3/npm-tag.3
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man3 / npm-tag.3
1 .TH "NPM\-TAG" "3" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-tag\fR \- Tag a published version
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm\.commands\.tag(package@version, tag, callback)
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 Tags the specified version of the package with the specified tag, or the
14 \fB\-\-tag\fP config if not specified\.
15 .P
16 The 'package@version' is an array of strings, but only the first two elements are
17 currently used\.
18 .P
19 The first element must be in the form package@version, where package
20 is the package name and version is the version number (much like installing a
21 specific version)\.
22 .P
23 The second element is the name of the tag to tag this version with\. If this
24 parameter is missing or falsey (empty), the default from the config will be
25 used\. For more information about how to set this config, check
26 \fBman 3 npm\-config\fP for programmatic usage or \fBman npm\-config\fP for cli usage\.
27