From bfd2678934990aba4db4429eb83baa3d42c7dae0 Mon Sep 17 00:00:00 2001 From: Amit Bansil Date: Tue, 2 Aug 2016 15:59:13 -0400 Subject: [PATCH] chore(commitizen): use modern commitizen config style --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c6dbe4ae..d70d69dd 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,9 @@ "rimraf": "^2.5.2", "xml2js": "^0.4.16" }, - "czConfig": { - "path": "node_modules/cz-conventional-changelog" + "config": { + "commitizen": { + "path": "node_modules/cz-conventional-changelog" + } } }