From 38c7bdb6ee3632882e2dfe198d486f88a5fa6702 Mon Sep 17 00:00:00 2001 From: Alex Telischak Date: Tue, 18 Oct 2016 14:40:06 -0500 Subject: [PATCH] fix(): Fix build Fix build --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b361f7a2..064cbf7d 100644 --- a/package.json +++ b/package.json @@ -518,6 +518,7 @@ }, "devDependencies": { "coffee-script": "^1.11.1", + "cz-conventional-changelog": "^1.2.0", "mocha": "^3.1.2", "semantic-release": "^4.3.5" }, @@ -528,5 +529,10 @@ "bugs": { "url": "https://github.com/aethant/merino/issues" }, - "homepage": "https://github.com/aethant/merino#readme" + "homepage": "https://github.com/aethant/merino#readme", + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + } }