Skip to content

Commit 58b882c

Browse files
decepulisclaude
andauthored
fix(cli): correct bin path to match tsdown output (#1337)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent da598b2 commit 58b882c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/videojs/v10",
1010
"directory": "packages/cli"
1111
},
12-
"bin": "./dist/index.js",
12+
"bin": "./dist/index.mjs",
1313
"files": [
1414
"dist",
1515
"docs"

0 commit comments

Comments
 (0)