Skip to content

Commit 50af08e

Browse files
ekoszmickhansen
authored andcommitted
Allow graphql 0.6.0 (#243)
Closes #228
1 parent eabb342 commit 50af08e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"homepage": "https://github.com/mickhansen/graphql-sequelize",
3535
"dependencies": {
3636
"babel-runtime": "^6.0.8",
37-
"graphql-relay": "^0.4.1",
37+
"graphql-relay": "^0.4.2",
3838
"invariant": "2.2.1",
3939
"lodash": "^4.0.0"
4040
},
4141
"peerDependencies": {
42-
"graphql": "^0.5.0"
42+
"graphql": "^0.5.0 || ^0.6.0"
4343
},
4444
"devDependencies": {
4545
"babel": "^5.8.29",

0 commit comments

Comments
 (0)