diff --git a/package.json b/package.json index 5c297f7..a7de1e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trustpilot", - "version": "3.0.0", + "version": "2.0.0", "description": "HTTP client for Trustpilot", "homepage": "https://github.com/trustpilot/node-trustpilot", "repository": "https://github.com/trustpilot/node-trustpilot.git", @@ -46,7 +46,7 @@ }, "husky": { "hooks": { - "commit-msg": "commitlint -E GIT_PARAMS" + "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } }