Skip to content

Commit

Permalink
fix: add optional peers
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunrau committed Mar 30, 2024
1 parent 5bc4d29 commit 16bcdb1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,22 @@
"scripts": {
"prepare": "husky"
},
"peerDependencies": {
"@commitlint/cli": "19.x",
"@commitlint/config-conventional": "19.x",
"husky": "9.x"
},
"peerDependenciesMeta": {
"@commitlint/cli": {
"optional": true
},
"@commitlint/config-conventional": {
"optional": true
},
"husky": {
"optional": true
}
},
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
Expand Down

0 comments on commit 16bcdb1

Please sign in to comment.