Skip to content

Commit

Permalink
fix #202 browser list update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Apr 8, 2020
1 parent 7a9a470 commit 9ed3380
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 @@ -36,10 +36,11 @@
"*.css"
],
"browserslist": [
"Firefox >= 57",
"Firefox ESR",
"Edge >= 16",
"Chrome >= 64"
"last 2 Firefox versions",
"last 2 Chrome versions",
"last 2 Edge versions",
"Edge 18"
],
"files": [
"build",
Expand Down

0 comments on commit 9ed3380

Please sign in to comment.