Skip to content

Commit

Permalink
Move the browserslist config to a separate file.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 16, 2018
1 parent 6d84d49 commit 6cf8700
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 13 additions & 0 deletions .browserslistrc
@@ -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
13 changes: 0 additions & 13 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 6cf8700

Please sign in to comment.