From c12544b8300193f15226b1157448348539e4ca0b Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Sun, 14 Aug 2022 15:34:56 +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 b7157d9..fc32005 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-dev-menu", - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "description": "Add custom items to the React Native dev menu", "author": "Mathieu Acthernoene ", @@ -28,7 +28,7 @@ ], "scripts": { "format": "prettier '**/*' -u -w", - "postinstall": "git config --local core.hooksPath .hooks", + "setup-hooks": "git config --local core.hooksPath .hooks", "prepack": "bob build", "typecheck": "tsc --project ./ --noEmit" },