Skip to content

Commit

Permalink
flexible version for graphql-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Carlson committed Jan 15, 2018
1 parent b169e81 commit 996caf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "join-monster-graphql-tools-adapter",
"version": "0.0.2",
"version": "0.0.3",
"description": "Fetch data for your graph-tools schema using join-monster.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/acarl005/join-monster-graphql-tools-adapter#readme",
"peerDependencies": {
"graphql-tools": "^0.4.0",
"graphql-tools": "*",
"join-monster": "*"
},
"devDependencies": {
Expand Down

0 comments on commit 996caf8

Please sign in to comment.