Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 4509dba

Browse files
Downgrade nano dependency for backwards compatibility with Node 12 (#624)
Signed-off-by: Mark S. Lewis <[email protected]>
1 parent 9468a94 commit 4509dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabric-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"fabric-common": "file:../fabric-common",
2828
"fabric-protos": "file:../fabric-protos",
29-
"nano": "^10.0.0"
29+
"nano": "^9.0.5"
3030
},
3131
"nyc": {
3232
"exclude": [

0 commit comments

Comments
 (0)