From 07e21dbf316eaded12faed7a6a8130f3ca59947e Mon Sep 17 00:00:00 2001 From: Johann-S Date: Mon, 15 Apr 2019 14:01:44 +0200 Subject: add esm files in our readme (#28654) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 98a5f867b3..56fe706882 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,10 @@ bootstrap/ ├── bootstrap.bundle.js.map ├── bootstrap.bundle.min.js ├── bootstrap.bundle.min.js.map + ├── bootstrap.esm.js + ├── bootstrap.esm.js.map + ├── bootstrap.esm.min.js + ├── bootstrap.esm.min.js.map ├── bootstrap.js ├── bootstrap.js.map ├── bootstrap.min.js -- cgit v1.2.3