Requires GRPC

This commit is contained in:
edward 2017-06-24 13:55:25 -04:00
parent d4fb451ed1
commit d34ec6f6d8

View file

@ -8,7 +8,8 @@
}, },
"dependencies": { "dependencies": {
"fabric-ca-client": "1.0.0-beta", "fabric-ca-client": "1.0.0-beta",
"fabric-client": "1.0.0-beta" "fabric-client": "1.0.0-beta",
"grpc":"1.3.9"
}, },
"author": "Anthony O'Dowd", "author": "Anthony O'Dowd",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -19,4 +20,4 @@
"Sample", "Sample",
"Application" "Application"
] ]
} }