Skip to content

Commit

Permalink
package.json: add Firefox in browserslist section.
Browse files Browse the repository at this point in the history
Firefox v38 is older than the ESR, so basically replace ESR with v38.
  • Loading branch information
XhmikosR committed Nov 30, 2017
1 parent a07bc5d commit 1f95325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
],
"browserslist": [
"Chrome >= 45",
"Firefox ESR",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
Expand Down

0 comments on commit 1f95325

Please sign in to comment.