Skip to content

Commit

Permalink
chore: Add commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Mar 25, 2018
1 parent 050b51a commit 24f8acc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
],
"scripts": {
"pretest": "semistandard",
"commit": "git-cz",
"build-examples": "node examples/build-examples.js",
"test": "jasmine",
"release": "standard-version"
Expand All @@ -23,7 +24,9 @@
},
"devDependencies": {
"appcache-webpack-plugin": "^1.3.0",
"commitizen": "2.9.6",
"css-loader": "^0.26.1",
"cz-conventional-changelog": "2.1.0",
"dir-compare": "1.3.0",
"es6-promise": "^4.0.5",
"extract-text-webpack-plugin": "^1.0.1",
Expand Down Expand Up @@ -65,5 +68,10 @@
"repository": "https://github.com/jantimon/html-webpack-plugin.git",
"engines": {
"node": ">=6.11.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 24f8acc

Please sign in to comment.