Skip to content

Commit

Permalink
chore: add commitizen etc (git cz)
Browse files Browse the repository at this point in the history
refs #144
  • Loading branch information
MikeRalphson committed Jan 20, 2019
1 parent 3861ef2 commit 3e9af8a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
37 changes: 37 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"license": "BSD-3-Clause",
"devDependencies": {
"babel-preset-env": "^1.7.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.9.0",
"jsdoc-to-markdown": "^4.0.1",
"lerna": "^3.6.0",
Expand Down Expand Up @@ -50,5 +51,10 @@
"oas",
"swagger"
],
"dependencies": {}
"dependencies": {},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 3e9af8a

Please sign in to comment.