Skip to content

Commit

Permalink
Mirror compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Aug 3, 2017
1 parent 1d31df1 commit 6f2e63b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"targets": {
"uglify": true,
"browsers": [
"last 2 Chrome versions",
"last 2 ChromeAndroid versions",
"last 2 Firefox versions",
"last 1 Safari versions",
"last 1 iOS versions",
"last 2 Edge versions"
"Chrome >= 58",
"ChromeAndroid >= 59",
"Firefox >= 53",
"Safari >= 10",
"iOS >= 10",
"Edge >= 14"
]
}
}]
Expand Down

0 comments on commit 6f2e63b

Please sign in to comment.