Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 68125f7

Browse files
Set ESLint minimum peer dependency to 5.x
1 parent e624dc7 commit 68125f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prepack": "yarn build"
2525
},
2626
"peerDependencies": {
27-
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
27+
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0"
2828
},
2929
"devDependencies": {
3030
"@types/eslint": "7.2.6",

0 commit comments

Comments
 (0)