Richard Ramos 8cf6d5c619
fix: unsubscribe on prop change (#32)
* fix: unsubscribe on prop change
* fix: reactive-graphql example
2019-09-10 13:30:01 -04:00

14 lines
279 B
JSON

{
"name": "reactive-graphql-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"graphql": "^14.5.0",
"graphql-tag": "^2.10.1",
"graphql-tools": "^4.0.5",
"reactive-graphql": "^3.0.2",
"rxjs": "^6.5.2",
"web3": "^1.0.0-beta.37"
}
}