Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: Fix typo
PR-URL: #4081
Credit: @idleberg
Close: #4081
Reviewed-by: @wraithgar
  • Loading branch information
idleberg authored and wraithgar committed Nov 22, 2021
commit 2fbf1576f5427babab2bdf314b1760adc5f9a575
2 changes: 1 addition & 1 deletion docs/content/using-npm/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down