mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
[FAB-13206] Remove dependencies on fabric-client
The new FabCar apps currently have a dependency on the fabric-client (old programming model) module, but now the dependencies of the fabric-network module have been corrected, this dependency can be removed. The fabric-ca-client dependency is staying because the FabCar apps explicitly require this module to perform CA interactions. Change-Id: Iee40f7a560d5ac0a0f8202fc6d751aa45467829e Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
This commit is contained in:
parent
c17083ce55
commit
fdbd92d65f
2 changed files with 0 additions and 2 deletions
|
|
@ -16,7 +16,6 @@
|
|||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"fabric-ca-client": "unstable",
|
||||
"fabric-client": "unstable",
|
||||
"fabric-network": "unstable"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"fabric-ca-client": "unstable",
|
||||
"fabric-client": "unstable",
|
||||
"fabric-network": "unstable"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue