Skip to content

Commit 0f7ce39

Browse files
aduh95Linkgoron
authored andcommitted
doc: fix link to npm documentation
The previous link led to an old page that does not document all the `package.json` fields used by npm. PR-URL: nodejs#41712 Reviewed-By: Mestery <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 458e1ee commit 0f7ce39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ conditional exports for consumers could be to add an export, e.g.
10321032
## Node.js `package.json` field definitions
10331033

10341034
This section describes the fields used by the Node.js runtime. Other tools (such
1035-
as [npm](https://docs.npmjs.com/creating-a-package-json-file)) use
1035+
as [npm](https://docs.npmjs.com/cli/v8/configuring-npm/package-json)) use
10361036
additional fields which are ignored by Node.js and not documented here.
10371037

10381038
The following fields in `package.json` files are used in Node.js:

0 commit comments

Comments
 (0)