We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c301adf commit 5ff8bd2Copy full SHA for 5ff8bd2
package.json
@@ -44,10 +44,13 @@
44
"chalk": "^3.0.0",
45
"change-case": "^4.1.1",
46
"conventional-commit-types": "^3.0.0",
47
- "right-pad": "^1.0.1",
48
"tslib": "^1.10.0",
49
"word-wrap": "^1.2.3"
50
},
+ "peerDependencies": {
51
+ "@commitlint/cli": "^8.3.5",
52
+ "commitizen": "4.0.3"
53
+ },
54
"husky": {
55
"hooks": {
56
"pre-commit": "lint-staged",
0 commit comments