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:
Christopher Ferris 2018-08-07 08:39:24 -04:00 committed by Gari Singh
parent 520b1aa536
commit 2610e5277b

View file

@ -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",