Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
docs: Gloss mention of "tag" in npm install
Browse files Browse the repository at this point in the history
PR-URL: #10789
Credit: @cvrebert
  • Loading branch information
cvrebert authored and zkat committed Jan 19, 2016
1 parent dca7a5e commit 442c920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cli/npm-install.md
Expand Up @@ -25,7 +25,7 @@ A `package` is:
* b) a gzipped tarball containing (a)
* c) a url that resolves to (b)
* d) a `<name>@<version>` that is published on the registry (see `npm-registry(7)`) with (c)
* e) a `<name>@<tag>` that points to (d)
* e) a `<name>@<tag>` (see `npm-dist-tag(1)`) that points to (d)
* f) a `<name>` that has a "latest" tag satisfying (e)
* g) a `<git remote url>` that resolves to (b)

Expand Down

0 comments on commit 442c920

Please sign in to comment.