We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a33d635 + 6e56cfa commit 371f74aCopy full SHA for 371f74a
package.json
@@ -13,6 +13,9 @@
13
"test": "npm run build && karmatic && NODE_ENV=production karmatic -p",
14
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
15
},
16
+ "browserslist": [
17
+ "IE 10"
18
+ ],
19
"eslintConfig": {
20
"extends": "eslint-config-developit",
21
"rules": {
0 commit comments