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" } }