From 0fbb290fc657b9cb4a2ad08e22a03ef5b24310d8 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 20:23:23 +0000 Subject: [PATCH] chore(package): update husky to version 3.0.0 Closes #143 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a93444..f953e5d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-import": "^2.13.0", "eslint-plugin-jest": "^22.0.0", "eslint-plugin-prettier": "^3.0.1", - "husky": "^1.1.3", + "husky": "^3.0.0", "jest": "^24.1.0", "koa": "^2.3.0", "koa-static": "^5.0.0",