diff --git a/package.json b/package.json index c298984..da099d2 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "devDependencies": { "chai": "^3.2.0", "chai-as-promised": "^5.2.0", + "ghooks": "^1.0.1", "mocha": "^2.2.5", "sinon": "^1.17.2" }, @@ -50,5 +51,10 @@ "spec/fixtures/**" ] }, + "config": { + "ghooks": { + "pre-commit": "thoughtful precommit && standard --format" + } + }, "keywords": [] }