fix(instances): add missing apollo-client dependency

This commit is contained in:
Sérgio Ramos 2018-04-09 19:07:33 +01:00
parent 95e420c419
commit 21317db964
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{
"name": "my-joy-instances",
"version": "2.3.2",
"private": true,
"version": "2.3.4",
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
"main": "lib/index.js",
@ -20,6 +19,7 @@
},
"dependencies": {
"@manaflair/redux-batch": "^0.1.0",
"apollo-client": "^2.2.8",
"apr-intercept": "^3.0.3",
"apr-reduce": "^3.0.3",
"bytes": "^3.0.0",