diff --git a/package.json b/package.json index 9309ed8..feb8018 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,11 @@ "version": "1.1.0", "description": "Hapi plugin that automatically generates RESTful API for CRUD", "main": "build/index.js", + "config": { + "ghooks": { + "pre-commit": "grunt" + } + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },