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
path: root/doc
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-09-30 16:00:12 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2020-10-06 19:16:06 +0300
commit3f95440334ce471fd0ce709f927c9f2966b6b183 (patch)
treea25be7be57e6e1a5ee2501db659e5d8785aa456a /doc
parent85062b3aadc0ea871169a6ccd18a89c8ea935bf3 (diff)
doc: fix conditional exports flag removal version
PR-URL: https://github.com/nodejs/node/pull/35428 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/packages.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index 818b5b5729e..f99ab16c335 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -857,7 +857,7 @@ changes:
pr-url: https://github.com/nodejs/node/pull/29978
description: Implement conditional exports.
- version:
- - v12.15.0
+ - v12.16.0
- v13.7.0
pr-url: https://github.com/nodejs/node/pull/31001
description: Remove the `--experimental-conditional-exports` option.