Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-04-22 18:05:58 +0300
committerMichaƫl Zasso <targos@protonmail.com>2021-06-11 10:30:06 +0300
commit9702f22397f1fbf08c189755639f3df17b235d40 (patch)
tree23c5a43cb1f1df52bfc4e4b59ad470bb08f9f736 /doc/api/packages.md
parente35a3543fd587f0c504d6ff415d5bcaa6f6e1ad7 (diff)
doc: fix `package.json` `"imports"` field history
Refs: https://github.com/nodejs/node/pull/34117 PR-URL: https://github.com/nodejs/node/pull/38356 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Diffstat (limited to 'doc/api/packages.md')
-rw-r--r--doc/api/packages.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index 36f6f995141..fd84f311ca7 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -1073,7 +1073,9 @@ All paths defined in the `"exports"` must be relative file URLs starting with
### `"imports"`
<!-- YAML
-added: v14.6.0
+added:
+ - v14.6.0
+ - v12.19.0
-->
* Type: {Object}