Skip to content

Commit

Permalink
remove graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Mar 17, 2020
1 parent b3b6aa4 commit cf0645c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 79 deletions.
83 changes: 8 additions & 75 deletions package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"eslint-config-prettier": ">=6.4.0",
"eslint-plugin-eslint-comments": ">=3.0.1",
"eslint-plugin-flowtype": ">=4.3.0",
"eslint-plugin-graphql": ">=3.0.1",
"eslint-plugin-import": ">=2.18.2",
"eslint-plugin-jsdoc": ">=15.5.2",
"eslint-plugin-prettier": ">=2.6.0",
Expand All @@ -52,8 +51,7 @@
},
"peerDependencies": {
"eslint": ">=4.19.0",
"flow-bin": ">=0.70.0",
"graphql": ">=14.0.0"
"flow-bin": ">=0.70.0"
},
"files": [
"bin/*",
Expand All @@ -63,7 +61,6 @@
"devDependencies": {
"eslint": ">=6.5.1",
"flow-bin": ">=0.110.1",
"graphql": ">=14.5.8",
"mocha": ">=6.2.2",
"rimraf": "^3.0.0"
}
Expand Down

0 comments on commit cf0645c

Please sign in to comment.