Skip to content

Commit a785e31

Browse files
authored
fix: wrong peer dependency notation
1 parent 1680777 commit a785e31

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
@@ -46,7 +46,7 @@
4646
"author": "Benjie Gillam <[email protected]>",
4747
"license": "MIT",
4848
"peerDependencies": {
49-
"graphql": "15.x | 16.x | 17.x"
49+
"graphql": "15.x || 16.x || 17.x"
5050
},
5151
"devDependencies": {
5252
"@tsconfig/recommended": "^1.0.7",

0 commit comments

Comments
 (0)