Skip to content

Commit e850f6b

Browse files
committed
fix problem with circular dependency by hacking graphql-anywhere
* this is tech debt, but hopefully will get to clean it up soon
1 parent 2ce2a19 commit e850f6b

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
@@ -10,7 +10,7 @@
1010
"test": "jest --watch"
1111
},
1212
"dependencies": {
13-
"graphql-anywhere": "github:brysgo/graphql-anywhere#npm",
13+
"graphql-anywhere": "github:brysgo/graphql-anywhere#graphql-gun",
1414
"gun": "^0.9.9993",
1515
"try-get": "^1.0.0"
1616
},

0 commit comments

Comments
 (0)