Skip to content

Commit

Permalink
Update browserslist in package.json
Browse files Browse the repository at this point in the history
This makes `browserslist` specific to the browsers we support.

Follows docs here:
https://github.com/browserslist/browserslist#full-list
  • Loading branch information
hannalaakso committed Sep 18, 2018
1 parent 58ca5e5 commit 97b9a2e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,13 @@
"fsevents": "*"
},
"browserslist": [
"last 2 versions",
"ie 8",
"ie 9",
"iOS 9"
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 2 Samsung versions",
"Safari >= 9",
"ie 8-11",
"iOS >= 9.3"
],
"standard": {
"ignore": [
Expand Down

0 comments on commit 97b9a2e

Please sign in to comment.