Skip to content

Commit d596d32

Browse files
aduh95danielleadams
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: #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 9b7c8d8 commit d596d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/packages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ conditional exports for consumers could be to add an export, e.g.
10771077
## Node.js `package.json` field definitions
10781078

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

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

0 commit comments

Comments
 (0)