chore: fix tests and lint

This commit is contained in:
satyajit.happy
2019-06-06 17:17:42 +02:00
parent b6f9e33c8d
commit 6a9f6af3ad
7 changed files with 67 additions and 34 deletions

View File

@@ -18,7 +18,8 @@
"prepare": "bob build",
"release": "release-it",
"example": "yarn --cwd example",
"bootstrap": "yarn && yarn example"
"bootstrap": "yarn && yarn example",
"postinstall": "patch-package"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
@@ -62,6 +63,8 @@
"eslint-plugin-react-native-globals": "^0.1.0",
"husky": "^2.2.0",
"jest": "^24.7.1",
"patch-package": "^6.1.2",
"postinstall-postinstall": "^2.0.0",
"prettier": "^1.17.0",
"react": "16.8.3",
"react-dom": "16.8.3",