Skip to content

Commit

Permalink
browserslist: add last 1 major version.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 30, 2017
1 parent 1f95325 commit a15c0d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
"scss/"
],
"browserslist": [
"last 1 major version",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
Expand All @@ -153,19 +154,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 a15c0d6

Please sign in to comment.