Skip to content

Commit

Permalink
fix(browserslist): iOS >= 8
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyFoxFN committed Sep 26, 2018
1 parent 0c5cb98 commit 4d82d50
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,8 @@
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 20",
"not ie_mob <= 100",
"not ff <= 100",
"not and_ff <= 100",
"not Edge <= 100",
"Android >= 4.0"
"not ie <= 8",
"Android >= 4.0",
"iOS >= 8"
]
}

0 comments on commit 4d82d50

Please sign in to comment.