Skip to content

Commit a1dffca

Browse files
committed
Move GraphQL.js from dependencies to peer dependencies
1 parent 50e001e commit a1dffca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"build": "babel src -d lib --ignore __tests__",
2323
"prepublish": "npm run lint && npm run test && npm run build"
2424
},
25-
"dependencies": {
26-
"graphql": "^0.7.0"
25+
"peerDependencies": {
26+
"graphql": ">=0.7.0"
2727
},
2828
"devDependencies": {
2929
"babel-cli": "^6.14.0",
@@ -39,6 +39,7 @@
3939
"eslint-config-airbnb-base": "^5.0.3",
4040
"eslint-plugin-babel": "^3.3.0",
4141
"eslint-plugin-import": "^1.14.0",
42+
"graphql": "^0.7.0",
4243
"jest": "^15.1.1"
4344
},
4445
"jest": {

0 commit comments

Comments
 (0)