Skip to content

Commit 24369d5

Browse files
Glavin001mickhansen
authored andcommitted
Close #216. Switch graphql-relay to peerDependency (#261)
1 parent ed2d8c6 commit 24369d5

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
@@ -33,11 +33,11 @@
3333
},
3434
"homepage": "https://github.com/mickhansen/graphql-sequelize",
3535
"dependencies": {
36-
"graphql-relay": "^0.4.2",
3736
"invariant": "2.2.1",
3837
"lodash": "^4.0.0"
3938
},
4039
"peerDependencies": {
40+
"graphql-relay": "^0.4.2",
4141
"graphql": "^0.5.0 || ^0.6.0"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)