Skip to content

Commit b9978ff

Browse files
committed
chore: Install commander
1 parent af69530 commit b9978ff

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bun.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"workspaces": {
44
"": {
55
"name": "ts-cli-template",
6+
"dependencies": {
7+
"commander": "14.0.0",
8+
},
69
"devDependencies": {
710
"@biomejs/biome": "2.0.5",
811
"@types/bun": "1.2.17",

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"build": "bun run ./scripts/build.ts",
2525
"prepublishOnly": "bun run build"
2626
},
27+
"dependencies": {
28+
"commander": "14.0.0"
29+
},
2730
"devDependencies": {
2831
"@biomejs/biome": "2.0.5",
2932
"@types/bun": "1.2.17",

0 commit comments

Comments
 (0)