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 (#64)
  • Loading branch information
mhonert authored Jul 12, 2024
1 parent 95f4043 commit 6a3b141
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 6a3b141

Please sign in to comment.