From 0d7f12477b678a71ffa7621b77091fb36ebf921f Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Fri, 23 Oct 2020 20:51:07 +0100 Subject: [PATCH] docs: restore missing (d) in install docs The `(d)` clause went missing in a conflict resolution. --- docs/content/commands/npm-install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/commands/npm-install.md b/docs/content/commands/npm-install.md index 9597d5d99cdfe..e343055b526c1 100644 --- a/docs/content/commands/npm-install.md +++ b/docs/content/commands/npm-install.md @@ -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 `@` that is published on the registry (see + [`registry`](/using-npm/registry)) with (c) * e) a `@` (see [`npm dist-tag`](/commands/npm-dist-tag)) that points to (d) * f) a `` that has a "latest" tag satisfying (e)