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

Commit b8625f9

Browse files
authored
fix: Move graphql to peer dependencies
Update package.json
2 parents 7b5a58b + c6acdc9 commit b8625f9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,23 @@
4141
"instrument": true
4242
},
4343
"dependencies": {
44-
"cucumber-html-reporter": "^3.0.4",
45-
"graphql": "0.13.1"
44+
"cucumber-html-reporter": "^3.0.4"
4645
},
4746
"devDependencies": {
4847
"@types/cucumber": "3.2.2",
4948
"@types/graphql": "0.12.4",
5049
"@types/node": "9.4.6",
5150
"coveralls": "3.0.0",
5251
"cucumber": "3.2.1",
52+
"graphql": "0.13.1",
5353
"nyc": "11.4.1",
5454
"semantic-release": "12.4.1",
5555
"ts-node": "5.0.0",
5656
"typescript": "2.7.2"
5757
},
58+
"peerDependencies": {
59+
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0"
60+
},
5861
"repository": {
5962
"type": "git",
6063
"url": "https://github.com/supergraphql/graphql-static-binding.git"

0 commit comments

Comments
 (0)