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 50e001e commit a1dffcaCopy full SHA for a1dffca
package.json
@@ -22,8 +22,8 @@
22
"build": "babel src -d lib --ignore __tests__",
23
"prepublish": "npm run lint && npm run test && npm run build"
24
},
25
- "dependencies": {
26
- "graphql": "^0.7.0"
+ "peerDependencies": {
+ "graphql": ">=0.7.0"
27
28
"devDependencies": {
29
"babel-cli": "^6.14.0",
@@ -39,6 +39,7 @@
39
"eslint-config-airbnb-base": "^5.0.3",
40
"eslint-plugin-babel": "^3.3.0",
41
"eslint-plugin-import": "^1.14.0",
42
+ "graphql": "^0.7.0",
43
"jest": "^15.1.1"
44
45
"jest": {
0 commit comments