Reduce number of dotfiles

This commit is contained in:
Nicolas Gallagher
2017-05-25 22:33:40 -07:00
parent a388ef3e26
commit 9163b974db
5 changed files with 11 additions and 19 deletions
+8
View File
@@ -25,6 +25,14 @@
"test": "jest",
"test:watch": "npm run test -- --watch"
},
"babel": {
"presets": [
"react-native"
],
"plugins": [
[ "transform-react-remove-prop-types", { "mode": "wrap" } ]
]
},
"jest": {
"testEnvironment": "jsdom",
"timers": "fake",