From 2610e5277b53fb6fb95dabb8746e7acd41ac06c8 Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Tue, 7 Aug 2018 08:39:24 -0400 Subject: [PATCH] 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 --- fabcar/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabcar/package.json b/fabcar/package.json index 794c5311..92530c8a 100644 --- a/fabcar/package.json +++ b/fabcar/package.json @@ -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",