We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d9ec1 commit 1928c3bCopy full SHA for 1928c3b
package.json
@@ -39,7 +39,7 @@
39
"cover:lcov": "babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha"
40
},
41
"peerDependencies": {
42
- "graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || 0.9.0"
+ "graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0"
43
44
"devDependencies": {
45
"babel-cli": "6.18.0",
@@ -72,7 +72,7 @@
72
"eslint-plugin-babel": "3.3.0",
73
"eslint-plugin-flowtype": "2.25.0",
74
"flow-bin": "0.35.0",
75
- "graphql": "0.9.0",
+ "graphql": "0.9.1",
76
"isparta": "4.0.0",
77
"mocha": "3.1.2",
78
"sane": "1.4.1"
0 commit comments