Skip to content

Commit

Permalink
chore: commitlint peer-dependency version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Jun 11, 2024
1 parent 7cdc4e5 commit 5744a34
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
20 changes: 19 additions & 1 deletion package-lock.json

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

12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@
"prettier": "3.3.1",
"semantic-release": "24.0.0"
},
"peerDependencies": {
"@commitlint/cli": ">= 19.0.0",
"@commitlint/lint": ">= 19.0.0"
},
"peerDependenciesMeta": {
"@commitlint/cli": {
"optional": true
},
"@commitlint/lint": {
"optional": true
}
},
"homepage": "https://github.com/insurgent-lab/commitlint-config#readme",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5744a34

Please sign in to comment.