Skip to content

Commit 16be9ad

Browse files
committed
Add yoctocolors dependency to yocto-spinner
The Socket override uses yoctocolors-cjs for CJS compatibility, but the original package tests expect yoctocolors (ESM). Adding both as dependencies ensures tests can run successfully.
1 parent 02eef7b commit 16be9ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/npm/yocto-spinner/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
]
5454
},
5555
"dependencies": {
56+
"yoctocolors": "2.1.2",
5657
"yoctocolors-cjs": "2.1.3"
5758
}
5859
}

0 commit comments

Comments
 (0)