Skip to content

Commit

Permalink
Update graphql peerDependency supported versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
juhovh committed Nov 5, 2018
1 parent cebfd4a commit bdba9b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-artisan",
"version": "0.2.0",
"version": "0.2.1",
"description": "TypeScript compatible GraphQL generator.",
"main": "index",
"bin": "cli/index.js",
Expand Down Expand Up @@ -40,6 +40,6 @@
"typescript": "^3.0.3"
},
"peerDependencies": {
"graphql": "^14.0.2"
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
}
}

0 comments on commit bdba9b7

Please sign in to comment.