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:
authorXhmikosR <xhmikosr@gmail.com>2017-12-23 11:09:10 +0300
committerGitHub <noreply@github.com>2017-12-23 11:09:10 +0300
commit8b8999b07aecd0213ef0c984c6f8e104aef2c7f5 (patch)
tree21c6fea27e599a4894522f960fd9023d9fcdf9c0 /package.json
parentab1808742d37f958fb08a1f05ebd40a0fa09b017 (diff)
Update our browserslist. (#24919)
Update our browserslist. * Add `last 1 major version` and `>= 1%`. * Add Firefox. Firefox v38 is older than the ESR, so basically replace ESR with v38.
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json
index 64612022a9..ca3396dbd5 100644
--- a/package.json
+++ b/package.json
@@ -133,8 +133,10 @@
"scss/"
],
"browserslist": [
+ "last 1 major version",
+ ">= 1%",
"Chrome >= 45",
- "Firefox ESR",
+ "Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
@@ -153,11 +155,11 @@
},
{
"path": "./dist/css/bootstrap-reboot.css",
- "maxSize": "5 kB"
+ "maxSize": "3 kB"
},
{
"path": "./dist/css/bootstrap-reboot.min.css",
- "maxSize": "5 kB"
+ "maxSize": "3 kB"
},
{
"path": "./dist/css/bootstrap.css",
@@ -165,7 +167,7 @@
},
{
"path": "./dist/css/bootstrap.min.css",
- "maxSize": "20 kB"
+ "maxSize": "21 kB"
},
{
"path": "./dist/js/bootstrap.bundle.js",