Skip to content

Commit 6a3b141

Browse files
authored
Fix issue #63: Typo in peer dependency version causes npm error since 3.0.10 (#64)
1 parent 95f4043 commit 6a3b141

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
@@ -59,7 +59,7 @@
5959
"rimraf": "^3.0.2"
6060
},
6161
"peerDependencies": {
62-
"eslint": "^8.56.0 | ^9.0.0",
62+
"eslint": "^8.56.0 || ^9.0.0",
6363
"hermes-eslint": ">=0.15.0"
6464
},
6565
"keywords": [

0 commit comments

Comments
 (0)