mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
Requires GRPC
This commit is contained in:
parent
d4fb451ed1
commit
d34ec6f6d8
1 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"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",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue