Skip to content

Commit

Permalink
docs: add cz to project
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Nov 2, 2016
1 parent 8a65870 commit 263f73d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"devDependencies": {
"@ionic/app-scripts": "0.0.39",
"cz-conventional-changelog": "^1.2.0",
"typescript": "^2.0.6"
},
"description": "tw-mobile-2rc0: An Ionic project",
Expand All @@ -45,5 +46,10 @@
"ionic-plugin-keyboard"
],
"version": "0.7.52",
"cordovaPlatforms": []
"cordovaPlatforms": [],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 263f73d

Please sign in to comment.