Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
fix: Move graphql to peer dependencies
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
schickling authored Feb 23, 2018
2 parents 7b5a58b + c6acdc9 commit b8625f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,23 @@
"instrument": true
},
"dependencies": {
"cucumber-html-reporter": "^3.0.4",
"graphql": "0.13.1"
"cucumber-html-reporter": "^3.0.4"
},
"devDependencies": {
"@types/cucumber": "3.2.2",
"@types/graphql": "0.12.4",
"@types/node": "9.4.6",
"coveralls": "3.0.0",
"cucumber": "3.2.1",
"graphql": "0.13.1",
"nyc": "11.4.1",
"semantic-release": "12.4.1",
"ts-node": "5.0.0",
"typescript": "2.7.2"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/supergraphql/graphql-static-binding.git"
Expand Down

0 comments on commit b8625f9

Please sign in to comment.