Skip to content

Commit

Permalink
Rename postinstall script to setup-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Aug 14, 2022
1 parent 3e9e1fb commit db9ffd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-permissions",
"version": "3.6.0",
"version": "3.6.1",
"license": "MIT",
"description": "An unified permissions API for React Native on iOS, Android and Windows",
"author": "Mathieu Acthernoene <[email protected]>",
Expand Down Expand Up @@ -32,7 +32,7 @@
"scripts": {
"format": "prettier '**/*' -u -w",
"lint": "eslint \"./**/*.{js,ts,tsx}\"",
"postinstall": "git config --local core.hooksPath .hooks",
"setup-hooks": "git config --local core.hooksPath .hooks",
"prepack": "bob build",
"typecheck": "tsc --project ./ --noEmit"
},
Expand Down

0 comments on commit db9ffd0

Please sign in to comment.