From 5279e858b86ba797a0016d3067d22682f6a2b352 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 21:18:39 +0000 Subject: [PATCH] chore(package): update husky to version 4.1.0 Closes #21 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6f13f5..08f4c86 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint": "^6.5.1", "eslint-config-imperative": "^3.0.0", "eslint-plugin-imperative": "^3.0.0", - "husky": "^3.0.7", + "husky": "^4.1.0", "mocha": "^6.2.1", "nyc": "^14.1.1" },