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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2019-04-15 11:40:49 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-04-15 11:40:48 +0300
commit09a70e37172cbec62fe3139373ee72a0212eeb52 (patch)
treeee50118e9c86070c67cd7ad7cd4abdc705e261a1 /package.json
parentbff1c3a53de563c5451e2cf1cfa5afdfa70be0b0 (diff)
remove custom browserlist for our esm build (#28642)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1fed4c6cd3..c71001a6fd 100644
--- a/package.json
+++ b/package.json
@@ -197,11 +197,11 @@
},
{
"path": "./dist/js/bootstrap.esm.js",
- "maxSize": "27 kB"
+ "maxSize": "28 kB"
},
{
"path": "./dist/js/bootstrap.esm.min.js",
- "maxSize": "18 kB"
+ "maxSize": "19 kB"
},
{
"path": "./dist/js/bootstrap.js",