Skip to content

Commit

Permalink
Restrict version range of graphql-js peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer committed Jan 25, 2017
1 parent 2e03eb4 commit c6969d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"uuid": "^3.0.1"
},
"peerDependencies": {
"graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0"
"graphql": "^0.8.0 || ^0.9.0"
},
"optionalDependencies": {
"@types/graphql": "^0.8.5"
Expand Down

0 comments on commit c6969d4

Please sign in to comment.