From a3c4fff8ed951e4ace141f7f841a088cd654f26f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Tue, 13 Aug 2019 18:26:41 +0200 Subject: [PATCH] Remove dynamic-import link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 37e871f..0900f99 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ The files in lib/ are generated from other packages: - lib/bigint: [acorn-bigint](https://github.com/acornjs/acorn-bigint]), MIT - lib/class-private-elements: [acorn-class-private-elements](https://github.com/acornjs/acorn-class-private-elements), MIT -- lib/dynamic-import: [acorn-dynamic-import](https://github.com/acornjs/acorn-dynamic-import), MIT - lib/export-ns-from: [acorn-export-ns-from](https://github.com/acornjs/acorn-export-ns-from), MIT - lib/import-meta: [acorn-import-meta](https://github.com/acornjs/acorn-import-meta), MIT - lib/numeric-separator: [acorn-numeric-separator](https://github.com/acornjs/acorn-numeric-separator]), MIT