mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Fix version of fabric-client
FAB-11501 #done the version of fabric-client and fabric-ca-client needs to be one of the 1.2.x releases Change-Id: Ib0d765741cbff20ae781d6a09ee3e73acd6aabd3 Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
This commit is contained in:
parent
520b1aa536
commit
2610e5277b
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"fabric-ca-client": "unstable",
|
||||
"fabric-client": "unstable",
|
||||
"fabric-ca-client": ">=1.2.1 <1.3.0",
|
||||
"fabric-client": ">=1.2.1 <1.3.0",
|
||||
"grpc": "^1.6.0"
|
||||
},
|
||||
"author": "Anthony O'Dowd",
|
||||
|
|
|
|||
Loading…
Reference in a new issue