Skip to content

Commit db9ffd0

Browse files
committed
Rename postinstall script to setup-hooks
1 parent 3e9e1fb commit db9ffd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-permissions",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"license": "MIT",
55
"description": "An unified permissions API for React Native on iOS, Android and Windows",
66
"author": "Mathieu Acthernoene <[email protected]>",
@@ -32,7 +32,7 @@
3232
"scripts": {
3333
"format": "prettier '**/*' -u -w",
3434
"lint": "eslint \"./**/*.{js,ts,tsx}\"",
35-
"postinstall": "git config --local core.hooksPath .hooks",
35+
"setup-hooks": "git config --local core.hooksPath .hooks",
3636
"prepack": "bob build",
3737
"typecheck": "tsc --project ./ --noEmit"
3838
},

0 commit comments

Comments
 (0)