From 9d908147c0efa789de1025454fe7f7414e895d12 Mon Sep 17 00:00:00 2001 From: Anders Westy Larsen Date: Mon, 3 Dec 2018 13:15:25 +0100 Subject: [PATCH] Build: Force new major version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } } }