Skip to content

Commit

Permalink
chore(dep): add graphql example dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Aug 18, 2018
1 parent 71655b5 commit 0257d72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"express-graphql": "^0.6.12",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.1",
"graphql-tools": "^2.24.0"
"graphql-tools": "^2.24.0",
"node-fetch": "^2.2.0"
},
"devDependencies": {
"@types/mocha": "^2.2.41",
Expand Down

0 comments on commit 0257d72

Please sign in to comment.