Skip to content

Commit 0e0d34a

Browse files
committed
fix peer dependencies lol
1 parent 6a499b2 commit 0e0d34a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import-helpers",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "ESLint Rules to Aid with Imports",
55
"main": "lib/index.js",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"author": "Will Honey",
2626
"license": "MIT",
2727
"peerDependencies": {
28-
"eslint": "5.x - 8.x"
28+
"eslint": "9.x"
2929
},
3030
"devDependencies": {
3131
"@types/node": "^22.7.8",

0 commit comments

Comments
 (0)