Setting browserslist

This commit is contained in:
Jeff Avallone 2018-02-11 14:56:39 -05:00
parent eda8daf8dd
commit 63e56c5df7
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@
"test:watch": "yarn test:unit --watch",
"precommit": "run-s test:lint"
},
"browserslist": [
">1%",
"last 2 versions",
"not ie < 11"
],
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/src/setup-jest.js",
"snapshotSerializers": [