We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb10619 commit 79186adCopy full SHA for 79186ad
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