From e4434163ee9925b4d706d09dd576398caf43eb55 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sat, 15 Jan 2022 17:53:07 +0100 Subject: [PATCH] fix: husky binary not found (#662) --- package-lock.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index 053bfaf..d0bb598 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,6 +22,7 @@ "ava": "^3.0.0", "c8": "^7.11.0", "from2-string": "^1.1.0", + "husky": "^7.0.4", "nock": "^13.0.0", "npm-run-all": "^4.1.5", "uuid": "^8.3.2" diff --git a/package.json b/package.json index ca41b74..df2eb96 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,7 @@ "ava": "^3.0.0", "c8": "^7.11.0", "from2-string": "^1.1.0", + "husky": "^7.0.4", "nock": "^13.0.0", "npm-run-all": "^4.1.5", "uuid": "^8.3.2"