Skip to content

Commit

Permalink
docs: restore missing (d) in install docs
Browse files Browse the repository at this point in the history
The `(d)` clause went missing in a conflict resolution.
  • Loading branch information
ethomson committed Oct 23, 2020
1 parent cb25c34 commit 0d7f124
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/commands/npm-install.md
Expand Up @@ -43,6 +43,8 @@ A `package` is:
[`package.json`](/configuring-npm/package-json) file
* b) a gzipped tarball containing (a)
* c) a url that resolves to (b)
* d) a `<name>@<version>` that is published on the registry (see
[`registry`](/using-npm/registry)) with (c)
* e) a `<name>@<tag>` (see [`npm dist-tag`](/commands/npm-dist-tag)) that
points to (d)
* f) a `<name>` that has a "latest" tag satisfying (e)
Expand Down

0 comments on commit 0d7f124

Please sign in to comment.