From 01b342f7ed2c91055d919543b270e00aaab0e5d4 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 18 Feb 2016 13:55:37 -0600 Subject: [PATCH] chore(commitizen): add commitizen Add commitizen with conventional-changelog adapter --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 05d76f7a4..1381f6dbb 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "browserify": "^13.0.0", "canonical-path": "0.0.2", "cpr": "^1.0.0", + "cz-conventional-changelog": "^1.1.5", "dgeni": "^0.4.2", "dgeni-packages": "^0.10.18", "glob": "^6.0.4", @@ -40,5 +41,10 @@ "url": "https://github.com/driftyco/ionic-native/issues" }, "homepage": "https://github.com/driftyco/ionic-native", - "typings": "./dist/index.d.ts" -} + "typings": "./dist/index.d.ts", + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + } +} \ No newline at end of file