mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-21 17:15: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": {
|
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue