Skip to content

Commit a9f08a5

Browse files
committed
fix(deps): specify lower peer dependency range as v9.1.2
This is not breaking as it is not possible to load this plugin with a version lower than 9.1.1, and thus would not break it for anyone. CLoses #147.
1 parent f1dd965 commit a9f08a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

+1-1
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
@@ -48,7 +48,7 @@
4848
"node": ">=10.22.1"
4949
},
5050
"peerDependencies": {
51-
"@commitlint/lint": "9.x || 10.x || 11.x || 12.x"
51+
"@commitlint/lint": ">=9.1.2 || 10.x || 11.x || 12.x"
5252
},
5353
"dependencies": {
5454
"@commitlint/types": "12.0.0"

0 commit comments

Comments
 (0)