From e8c3e1b1288a71f544bde708039185d4c620f090 Mon Sep 17 00:00:00 2001 From: Florian Rival Date: Sun, 21 Aug 2016 20:06:05 +0200 Subject: [PATCH] chore(commitizen): Make the repository Commitizen friendly --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 05eaba7..be48185 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,13 @@ "bugs": { "url": "https://github.com/4ian/react-native-image-resizer/issues" }, - "homepage": "https://github.com/4ian/react-native-image-resizer#readme" + "homepage": "https://github.com/4ian/react-native-image-resizer#readme", + "devDependencies": { + "cz-conventional-changelog": "^1.2.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + } }