From f7229b5344fdbfa1e3c779a63a04213a2a05eedc Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Wed, 1 Feb 2023 23:43:51 -0600 Subject: [PATCH] fix: remove husky from package.json --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 8500401..a5180ea 100644 --- a/package.json +++ b/package.json @@ -31,10 +31,5 @@ }, "dependencies": { "axios": "^1.2.4" - }, - "husky": { - "hooks": { - "pre-commit": "pretty-quick --staged" - } } }