Skip to content

Commit

Permalink
feat(version): Standard-version and commitizen implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
AntJanus committed Oct 14, 2016
1 parent f2892dd commit 7541885
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "webpack",
"watch": "gulp",
"start": "electron .",
"release": "standard-version"
"release": "standard-version",
"commit": "git-cz"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,6 +48,8 @@
"devDependencies": {
"@types/core-js": "^0.9.34",
"@types/node": "^6.0.41",
"commitizen": "2.8.6",
"cz-conventional-changelog": "1.2.0",
"del": "^2.2.2",
"electron-prebuilt-compile": "1.4.1",
"eslint-config-standard": "^6.0.0",
Expand All @@ -64,5 +67,10 @@
"typescript": "^2.0.3",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 7541885

Please sign in to comment.