File tree Expand file tree Collapse file tree 3 files changed +652
-26
lines changed Expand file tree Collapse file tree 3 files changed +652
-26
lines changed Original file line number Diff line number Diff line change 1+ [ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
2+
13# Atom CodeRoad plugin
24
35Interactive coding tutorials inside of the Atom editor.
Original file line number Diff line number Diff line change 2727 },
2828 "scripts" : {
2929 "compile" : " tsc" ,
30+ "commit" : " git-cz" ,
3031 "test" : " jest" ,
3132 "mocks" : " tsc -p ./src/__mocks__" ,
3233 "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
4950 },
5051 "devDependencies" : {
5152 "coderoad-cli" : " ^0.10.0" ,
53+ "commitizen" : " ^2.8.6" ,
54+ "cz-conventional-changelog" : " ^1.2.0" ,
5255 "electron-chromedriver" : " ^1.4.0" ,
5356 "eslint" : " ^3.8.1" ,
5457 "eslint-plugin-react" : " ^6.4.1" ,
5861 "react-test-renderer" : " 15.3.2" ,
5962 "redux-mock-store" : " ^1.2.1" ,
6063 "selenium-webdriver" : " ^3.0.0-beta-3" ,
64+ "semantic-release" : " ^4.3.5" ,
6165 "spectron" : " ^3.4.0" ,
6266 "tslint" : " ^3.15.1" ,
6367 "tslint-react" : " ^1.1.0" ,
64- "typescript" : " ^2.0.3" ,
65- "semantic-release" : " ^4.3.5"
68+ "typescript" : " ^2.0.3"
69+ },
70+ "config" : {
71+ "commitizen" : {
72+ "path" : " node_modules/cz-conventional-changelog"
73+ }
6674 },
6775 "jest" : {
6876 "verbose" : true ,
You can’t perform that action at this time.
0 commit comments