fix(cli): correct bin path to match tsdown output (#1337)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-04-14 16:51:22 -05:00
committed by GitHub
co-authored by Claude Opus 4.6
parent da598b285a
commit 58b882c49a
+1 -1
View File
@@ -9,7 +9,7 @@
"url": "https://github.com/videojs/v10",
"directory": "packages/cli"
},
"bin": "./dist/index.js",
"bin": "./dist/index.mjs",
"files": [
"dist",
"docs"