mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 11:35:10 +00:00
Dependencies updated
Signed-off-by: Kestutis Gudynas <44440041+kemi04@users.noreply.github.com>
This commit is contained in:
parent
f497793e57
commit
b245ad0eca
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@
|
|||
"description": "FabCar contract implemented in JavaScript",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=8",
|
||||
"npm": ">=5"
|
||||
"node": ">=12",
|
||||
"npm": ">=6.9"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
|
|
|
|||
Loading…
Reference in a new issue