FAB-9987 Update package.json

Update package.json in balance transfer to fetch the latest
published fabric-client and fabric-ca-client npm module
versions.

Change-Id: Ica95ae1671f257322096863509bf67fa11a3dd59
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
This commit is contained in:
rameshthoomu 2018-05-09 21:21:49 -04:00
parent 0aababcbdb
commit d6f71accad

View file

@ -24,8 +24,8 @@
"express-bearer-token": "^2.1.0",
"express-jwt": "^5.1.0",
"express-session": "^1.15.2",
"fabric-ca-client": "^1.0.0",
"fabric-client": "^1.0.0",
"fabric-ca-client": "~1.0.0",
"fabric-client": "~1.0.0",
"fs-extra": "^2.0.0",
"jsonwebtoken": "^7.3.0",
"log4js": "^0.6.38"