chore(commitizen): Make the repository Commitizen friendly

This commit is contained in:
Florian Rival 2016-08-21 20:06:05 +02:00
parent d5de778778
commit e8c3e1b128
1 changed files with 9 additions and 1 deletions

View File

@ -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"
}
}
}