Skip to content

Commit 1fa8a20

Browse files
committed
Ensure we support Firefox ESR
1 parent 184bd42 commit 1fa8a20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
},
4242
"browserslist": [
4343
"> 0.5%",
44-
"not ie < 11"
44+
"Firefox ESR",
45+
"IE 11"
4546
],
4647
"scripts": {
4748
"test": "grunt travis --verbose"

0 commit comments

Comments
 (0)