Skip to content

Commit d812a4b

Browse files
authored
Merge pull request #158 from koistya/patch-2
Update peerDependencies to include graphql ^0.10.0
2 parents ddc9f6d + eac80f8 commit d812a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"cover:lcov": "babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha"
4141
},
4242
"peerDependencies": {
43-
"graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0"
43+
"graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0"
4444
},
4545
"devDependencies": {
4646
"babel-cli": "^6.22.2",

0 commit comments

Comments
 (0)