Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
fix: missing graphql dependency (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstrat authored and Daniel Schmidt committed Oct 11, 2019
1 parent ccfa24b commit 15c1050
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"build": "tsc -p tsconfig.dist.json"
},
"dependencies": {
"graphql": "^14.5.4",
"iterall": "^1.2.2",
"memoizee": "^0.4.14",
"util": "^0.12.1"
Expand All @@ -31,7 +32,6 @@
"@types/jest": "23.3.10",
"@types/memoizee": "^0.4.2",
"delay": "^4.3.0",
"graphql": "^14.5.4",
"graphql-tools": "4.0.3",
"jest": "23.6.0",
"rimraf": "2.6.2",
Expand Down

0 comments on commit 15c1050

Please sign in to comment.