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
path: root/docs
diff options
context:
space:
mode:
authorJan T. Sott <jan@motim.co>2021-11-22 20:35:45 +0300
committerGar <gar+gh@danger.computer>2021-11-22 20:51:34 +0300
commit2fbf1576f5427babab2bdf314b1760adc5f9a575 (patch)
tree6f5a0d115c6e8f62a6719fa4ee1f66e5ddc4b96a /docs
parentfc46a792621c89354eddc0e1ee2d4f5c26efe5a5 (diff)
docs: Fix typo
PR-URL: https://github.com/npm/cli/pull/4081 Credit: @idleberg Close: #4081 Reviewed-by: @wraithgar
Diffstat (limited to 'docs')
-rw-r--r--docs/content/using-npm/scripts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/using-npm/scripts.md b/docs/content/using-npm/scripts.md
index ad32ca6eb..a3fa868f6 100644
--- a/docs/content/using-npm/scripts.md
+++ b/docs/content/using-npm/scripts.md
@@ -259,7 +259,7 @@ package.json file, then your package scripts would have the
in your code with `process.env.npm_package_name` and
`process.env.npm_package_version`, and so on for other fields.
-See [`package-json.md`](/configuring-npm/package-json) for more on package configs.
+See [`package.json`](/configuring-npm/package-json) for more on package configs.
#### current lifecycle event