diff options
| author | Johann-S <[email protected]> | 2019-04-15 10:40:49 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-04-15 11:40:48 +0300 |
| commit | 09a70e37172cbec62fe3139373ee72a0212eeb52 (patch) | |
| tree | ee50118e9c86070c67cd7ad7cd4abdc705e261a1 /package.json | |
| parent | bff1c3a53de563c5451e2cf1cfa5afdfa70be0b0 (diff) | |
| download | bootstrap-09a70e37172cbec62fe3139373ee72a0212eeb52.tar.xz bootstrap-09a70e37172cbec62fe3139373ee72a0212eeb52.zip | |
remove custom browserlist for our esm build (#28642)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 1fed4c6cd..c71001a6f 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", |
