diff --git a/package.json b/package.json index 594def6..00403a0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "documentation": "mocha -t 5000 test/documentation", "lint": "eslint bin/jpm lib test", "test": "node ./test/run.js", - "prepush": "npm run lint && npm run documentation", + "prepush": "npm run lint", + "commitmsg": "cat \"$GIT_PARAMS\" | conventional-changelog-lint", "changelog": "conventional-changelog -p angular -u", "changelog-lint": "conventional-changelog-lint --from master", "get-unbranded-firefox": "get-firefox -ecb unbranded-release" @@ -75,7 +76,7 @@ "eslint-plugin-dependencies": "1.3.0", "get-firefox": "1.5.0", "glob": "5.0.3", - "husky": "^0.10.1", + "husky": "0.11.9", "mocha": "2.5.3", "release-it": "2.3.1", "rimraf": "2.3.2",