Skip to content

Commit

Permalink
browserslist: add last 1 major version and >= 1%.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 30, 2017
1 parent 1f95325 commit fade43d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@
"scss/"
],
"browserslist": [
"last 1 major version",
">= 1%",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
Expand All @@ -153,19 +155,19 @@
},
{
"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",
"maxSize": "25 kB"
},
{
"path": "./dist/css/bootstrap.min.css",
"maxSize": "20 kB"
"maxSize": "21 kB"
},
{
"path": "./dist/js/bootstrap.bundle.js",
Expand Down

0 comments on commit fade43d

Please sign in to comment.