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 9c511c3 commit 546b2aa
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-bootsplash",
"version": "4.3.1",
"version": "4.3.2",
"license": "MIT",
"description": "Display a bootsplash on your app starts. Hide it when you want.",
"author": "Mathieu Acthernoene <zoontek@gmail.com>",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"scripts": {
"format": "prettier '**/*' -u -w",
"postinstall": "git config --local core.hooksPath .hooks",
"setup-hooks": "git config --local core.hooksPath .hooks",
"prepack": "bob build"
},
"react-native-builder-bob": {
Expand Down

0 comments on commit 546b2aa

Please sign in to comment.