Skip to content

Commit 52a2a95

Browse files
committed
fix: allow [email protected] as peerDependency
1 parent 012210b commit 52a2a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/graphql-compose/graphql-compose-pagination",
2626
"peerDependencies": {
27-
"graphql-compose": ">=3.0.0 || >=4.0.0"
27+
"graphql-compose": ">=4.0.0 || >=3.0.0"
2828
},
2929
"devDependencies": {
3030
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)