From 58b882c49afd74daf605459b472ea055e6aa7a59 Mon Sep 17 00:00:00 2001 From: Darius Cepulis Date: Tue, 14 Apr 2026 16:51:22 -0500 Subject: [PATCH] fix(cli): correct bin path to match tsdown output (#1337) Co-authored-by: Claude Opus 4.6 (1M context) --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 6a8f76b1..7aa79aef 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/videojs/v10", "directory": "packages/cli" }, - "bin": "./dist/index.js", + "bin": "./dist/index.mjs", "files": [ "dist", "docs"