From 97bcc15cca18fab145b65cdffc24292c98c395e4 Mon Sep 17 00:00:00 2001 From: Sarbbottam Bandyopadhyay Date: Fri, 6 May 2016 19:55:15 -0700 Subject: [PATCH] chore(package.json): fixed commitizen adapter path and also bumped commitizen's version fixed #1691 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 831e860caf..99f2228989 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "config": { "commitizen": { - "path": "node_modules/cz-conventional-changelog" + "path": "cz-conventional-changelog" }, "ghooks": { "commit-msg": "node ./node_modules/validate-commit-msg/index.js" @@ -149,7 +149,7 @@ "chai": "^3.5.0", "color": "^0.11.1", "colors": "1.1.2", - "commitizen": "^2.7.2", + "commitizen": "^2.8.1", "coveralls": "^2.11.8", "cz-conventional-changelog": "1.1.5", "esdoc": "^0.4.6",