From c86f0c862e4ef12edabd28789e6e89d832bb73c4 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Wed, 28 Mar 2018 14:11:44 -0700 Subject: [PATCH] fix: the pre-commit hook fails to validate code formatting see https://github.com/angular/clang-format/issues/54 --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index ae3ce39..52be6b3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "check-clang-format": "bin/check-clang-format.js" }, "scripts": { - "precommit": "node bin/check-clang-format.js \"bin/git-clang-format\"", "test": "./test.sh" }, "contributors": [ @@ -27,8 +26,5 @@ "async": "^1.5.2", "glob": "^7.0.0", "resolve": "^1.1.6" - }, - "devDependencies": { - "husky": "^0.14.3" } }