Skip to content

Commit 491eff9

Browse files
committed
fix: specify peer dependency ranges correctly
1 parent 3a12aec commit 491eff9

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
@@ -123,8 +123,8 @@
123123
"typescript": "^4.4.0"
124124
},
125125
"peerDependencies": {
126-
"@typescript-eslint/eslint-plugin": ">= 4",
127-
"eslint": ">=6"
126+
"@typescript-eslint/eslint-plugin": "^4.0.0",
127+
"eslint": "^6.0.0 || ^7.0.0"
128128
},
129129
"peerDependenciesMeta": {
130130
"@typescript-eslint/eslint-plugin": {

0 commit comments

Comments
 (0)