From 0d6d8c0dc10471fdf2cbd0125813c9bde2776396 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 26 Jan 2022 23:56:22 +0100 Subject: [PATCH] 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. --- doc/api/packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/packages.md b/doc/api/packages.md index e75549256bf2fc..a24c99f1eeb783 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -1032,7 +1032,7 @@ conditional exports for consumers could be to add an export, e.g. ## Node.js `package.json` field definitions This section describes the fields used by the Node.js runtime. Other tools (such -as [npm](https://docs.npmjs.com/creating-a-package-json-file)) use +as [npm](https://docs.npmjs.com/cli/v8/configuring-npm/package-json)) use additional fields which are ignored by Node.js and not documented here. The following fields in `package.json` files are used in Node.js: