Skip to content

Commit 4b23bbc

Browse files
travijimthedev
authored andcommittedJul 21, 2019
fix(config-loader): captured the direct dependency on commitizen for the use of the config loader (#90)
fixes #89
1 parent 7234529 commit 4b23bbc

File tree

2 files changed

+85
-291
lines changed

2 files changed

+85
-291
lines changed
 

‎package-lock.json

+84-290
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"chalk": "^2.4.1",
25+
"commitizen": "^4.0.3",
2526
"conventional-commit-types": "^2.0.0",
2627
"lodash.map": "^4.5.1",
2728
"longest": "^2.0.1",
@@ -32,7 +33,6 @@
3233
"@types/chai": "^4.1.7",
3334
"@types/mocha": "^5.2.7",
3435
"chai": "^4.2.0",
35-
"commitizen": "^4.0.2",
3636
"cosmiconfig": "^5.2.1",
3737
"mocha": "^6.2.0",
3838
"mock-require": "^3.0.3",

0 commit comments

Comments
 (0)
Please sign in to comment.