Skip to content

Commit 32bccb6

Browse files
committed
chore: Install chalk
1 parent f8cfbca commit 32bccb6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bun.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"": {
55
"name": "cat-code",
66
"dependencies": {
7+
"chalk": "5.4.1",
78
"commander": "14.0.0",
89
"ink": "6.0.1",
910
"ink-spinner": "5.0.0",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"prepublishOnly": "bun run build"
2626
},
2727
"dependencies": {
28+
"chalk": "5.4.1",
2829
"commander": "14.0.0",
2930
"ink": "6.0.1",
3031
"ink-spinner": "5.0.0",

0 commit comments

Comments
 (0)