From d74f61ff6275acd615b01ee80077172ee622765c Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Fri, 28 Sep 2018 22:06:46 +0200 Subject: [PATCH] fix(package): update husky config --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9fa96dad..35b64590 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,11 @@ "src/" ], "homepage": "https://github.com/chrisguttandin/tslint-config-holy-grail", + "husky": { + "hooks": { + "pre-commit": "grunt lint" + } + }, "license": "MIT", "main": "src/module.js", "name": "tslint-config-holy-grail", @@ -54,7 +59,6 @@ "url": "https://github.com/chrisguttandin/tslint-config-holy-grail.git" }, "scripts": { - "precommit": "grunt lint", "test": "grunt lint && grunt test" }, "version": "35.1.3"