From b08bebdae718ceccc8e53878b7b971fd7a0f98cf Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 22 Apr 2021 17:05:58 +0200 Subject: [PATCH] doc: fix `package.json` `"imports"` field history Refs: https://github.com/nodejs/node/pull/34117 --- doc/api/packages.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/api/packages.md b/doc/api/packages.md index 1fe317cb445e3d..b442d41dd379aa 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -1118,7 +1118,9 @@ All paths defined in the `"exports"` must be relative file URLs starting with ### `"imports"` * Type: {Object}