Skip to content

Commit

Permalink
build: added additional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaz Gatian authored and Chaz Gatian committed Mar 28, 2017
1 parent 0e6f55b commit 5511598
Show file tree
Hide file tree
Showing 3 changed files with 804 additions and 14 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "A sample demonstration of using commitizen and other tooling to generate changelogs and versioning",
"main": "index.js",
"scripts": {
"commit": "git-cz"
"commit": "git-cz",
"commitmsg": "validate-commit-msg",
"release": "standard-version"
},
"repository": {
"type": "git",
Expand All @@ -18,7 +20,10 @@
"homepage": "https://github.com/devboosts/conventional-commits#readme",
"devDependencies": {
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0"
"cz-conventional-changelog": "^2.0.0",
"husky": "^0.13.3",
"standard-version": "^4.0.0",
"validate-commit-msg": "^2.11.2"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 5511598

Please sign in to comment.