Skip to content

Commit

Permalink
Fix issue #63: Typo in peer dependency version causes npm error since…
Browse files Browse the repository at this point in the history
… 3.0.10
  • Loading branch information
mhonert committed Jul 4, 2024
1 parent 55ed535 commit 66aff94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "^3.0.2"
},
"peerDependencies": {
"eslint": "^8.56.0 | ^9.0.0",
"eslint": "^8.56.0 || ^9.0.0",
"hermes-eslint": ">=0.15.0"
},
"keywords": [
Expand Down

0 comments on commit 66aff94

Please sign in to comment.