Skip to content

Commit

Permalink
fix peer dependencies lol
Browse files Browse the repository at this point in the history
  • Loading branch information
willhoney7 committed Oct 23, 2024
1 parent 6a499b2 commit 0e0d34a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-import-helpers",
"version": "2.0.0",
"version": "2.0.1",
"description": "ESLint Rules to Aid with Imports",
"main": "lib/index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"author": "Will Honey",
"license": "MIT",
"peerDependencies": {
"eslint": "5.x - 8.x"
"eslint": "9.x"
},
"devDependencies": {
"@types/node": "^22.7.8",
Expand Down

0 comments on commit 0e0d34a

Please sign in to comment.