Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorensr committed Jan 22, 2020
1 parent 9a376db commit 5d38a01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

6 changes: 3 additions & 3 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.5",
"version": "0.1.0",
"description": "Fetch data for your graph-tools schema using join-monster.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -33,12 +33,12 @@
"homepage": "https://github.com/acarl005/join-monster-graphql-tools-adapter#readme",
"peerDependencies": {
"graphql-tools": ">= 0.4 < 5",
"graphql": ">= 0.6 < 0.14",
"graphql": ">= 0.6 < 15",
"join-monster": "*"
},
"devDependencies": {
"eslint": "^3.17.1",
"graphql": "^0.13.2",
"graphql": "^14.5.8",
"graphql-tools": "^4.0.6",
"jest": "^25.1.0",
"join-monster": "^2.1.1",
Expand Down

0 comments on commit 5d38a01

Please sign in to comment.