Skip to content

Commit 371f74a

Browse files
authored
Merge branch 'master' into master
2 parents a33d635 + 6e56cfa commit 371f74a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"test": "npm run build && karmatic && NODE_ENV=production karmatic -p",
1414
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
1515
},
16+
"browserslist": [
17+
"IE 10"
18+
],
1619
"eslintConfig": {
1720
"extends": "eslint-config-developit",
1821
"rules": {

0 commit comments

Comments
 (0)