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:
Diffstat (limited to 'doc/cli/npm-publish.md')
-rw-r--r--doc/cli/npm-publish.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cli/npm-publish.md b/doc/cli/npm-publish.md
index 8e4da32cd..fcef100ff 100644
--- a/doc/cli/npm-publish.md
+++ b/doc/cli/npm-publish.md
@@ -29,7 +29,8 @@ specifying a different default registry or using a `npm-scope(7)` in the name
* `[--tag <tag>]`
Registers the published package with the given tag, such that `npm install
<name>@<tag>` will install this version. By default, `npm publish` updates
- and `npm install` installs the `latest` tag.
+ and `npm install` installs the `latest` tag. See `npm-dist-tag(1)` for
+ details about tags.
* `[--access <public|restricted>]`
Tells the registry whether this package should be published as public or