mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
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:
parent
0aababcbdb
commit
d6f71accad
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@
|
||||||
"express-bearer-token": "^2.1.0",
|
"express-bearer-token": "^2.1.0",
|
||||||
"express-jwt": "^5.1.0",
|
"express-jwt": "^5.1.0",
|
||||||
"express-session": "^1.15.2",
|
"express-session": "^1.15.2",
|
||||||
"fabric-ca-client": "^1.0.0",
|
"fabric-ca-client": "~1.0.0",
|
||||||
"fabric-client": "^1.0.0",
|
"fabric-client": "~1.0.0",
|
||||||
"fs-extra": "^2.0.0",
|
"fs-extra": "^2.0.0",
|
||||||
"jsonwebtoken": "^7.3.0",
|
"jsonwebtoken": "^7.3.0",
|
||||||
"log4js": "^0.6.38"
|
"log4js": "^0.6.38"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue