Skip to content

Commit d8291b0

Browse files
author
Martin McWhorter
committed
chore: peer deps less strict for npm7
1 parent 594aada commit d8291b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"word-wrap": "^1.2.3"
5454
},
5555
"peerDependencies": {
56-
"@commitlint/cli": "^12.0.1",
57-
"commitizen": "^4.2.4"
56+
"@commitlint/cli": ">=12.0.1",
57+
"commitizen": ">=4.2.4"
5858
},
5959
"lint-staged": {
6060
"*.{css,json,md}": [

0 commit comments

Comments
 (0)