From 546b2aa500672d18937d1cace748ad65b72befd0 Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Sun, 14 Aug 2022 15:25:08 +0200 Subject: [PATCH] Rename postinstall script to setup-hooks --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ecbb371a..b33454db 100644 --- a/package.json +++ b/package.json @@ -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 ", @@ -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": {