Skip to content

Commit

Permalink
fix: write proper peerDependency version for graphql-compose
Browse files Browse the repository at this point in the history
Related #36
  • Loading branch information
nodkz committed Jul 2, 2018
1 parent 2bb7789 commit f40415d
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 @@ -29,7 +29,7 @@
},
"peerDependencies": {
"elasticsearch": ">=12.0.0 || >=13.0.0 || >=14.0.0 || >=15.0.0",
"graphql-compose": ">=2.13.1 || >=3.0.0 || >=4.0.0"
"graphql-compose": ">=4.4.1"
},
"devDependencies": {
"aws-sdk": "^2.263.1",
Expand Down

0 comments on commit f40415d

Please sign in to comment.