Skip to content

Commit 29678d6

Browse files
aduh95ruyadorno
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 <mestery@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent aee74c8 commit 29678d6

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
@@ -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)