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