We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prepare
postinstall
1 parent 7e2b2d3 commit 5deb449Copy full SHA for 5deb449
package.json
@@ -10,10 +10,7 @@
10
"module": "lib/module/index.js",
11
"types": "lib/typescript/index.d.ts",
12
"scripts": {
13
- "prepare": "bob build",
14
- "postinstall": "husky install",
15
- "prepublishOnly": "pinst --disable",
16
- "postpublish": "pinst --enable",
+ "prepare": "bob build && husky install",
17
"lint": "tsc --noEmit && eslint src --ext ts,tsx"
18
},
19
"peerDependencies": {
@@ -25,8 +22,7 @@
25
22
"@types/react-native": "0.62.13",
26
23
"eslint": "^7.16.0",
27
24
"eslint-config-tienphaw": "^1.4.0",
28
- "husky": "^5.0.6",
29
- "pinst": "^2.1.1",
+ "husky": "^6.0.0",
30
"prettier": "^2.2.1",
31
"react": "16.13.1",
32
"react-native": "0.63.4",
0 commit comments