Move the browserslist config to a separate file.

This commit is contained in:
XhmikosR 2018-07-16 19:07:34 +03:00
parent 6d84d491d1
commit 6cf8700fd9
2 changed files with 13 additions and 13 deletions

13
.browserslistrc Normal file
View File

@ -0,0 +1,13 @@
# https://github.com/browserslist/browserslist#readme
>= 1%
last 1 major version
not dead
Chrome >= 45
Firefox >= 38
Edge >= 12
Explorer >= 10
iOS >= 9
Safari >= 9
Android >= 4.4
Opera >= 30

View File

@ -152,19 +152,6 @@
"js/{src,dist}/",
"scss/"
],
"browserslist": [
">= 1%",
"last 1 major version",
"not dead",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
],
"bundlesize": [
{
"path": "./dist/css/bootstrap-grid.css",