Skip to content

Commit 49b1e58

Browse files
committed
fix: Add missing dependency graphql-tool
1 parent ec3ff02 commit 49b1e58

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"sourceType": "module"
1010
},
1111
"rules": {
12+
"no-console":0,
1213
"indent": [
1314
"error",
1415
"tab"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"accepts": "^1.3.3",
3434
"content-type": "^1.0.2",
3535
"graphql": "^0.9.3",
36+
"graphql-tools": "^1.2.2",
3637
"http-errors": "^1.6.1",
3738
"querystring": "^0.2.0",
3839
"raw-body": "^2.2.0",
@@ -41,7 +42,6 @@
4142
"devDependencies": {
4243
"chai": "^4.1.0",
4344
"eslint": "^4.1.1",
44-
"graphql-tools": "^1.2.2",
4545
"mocha": "^3.4.2",
4646
"node-mocks-http": "^1.6.4",
4747
"standard-version": "^4.2.0",

0 commit comments

Comments
 (0)