We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb10619 + 79186ad commit 6e56cfaCopy full SHA for 6e56cfa
package.json
@@ -11,6 +11,9 @@
11
"test": "npm run build && karmatic && NODE_ENV=production karmatic -p",
12
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
13
},
14
+ "browserslist": [
15
+ "IE 10"
16
+ ],
17
"eslintConfig": {
18
"extends": "eslint-config-developit",
19
"rules": {
0 commit comments