From c163d74cb1fb8aff83402c470fc2c611d03a1e5e Mon Sep 17 00:00:00 2001 From: door JH Date: Sun, 12 Oct 2025 16:08:54 +0900 Subject: [PATCH] fix npx notehost init command by updating package.json bin field --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4105778..a506a34 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "module": "dist/index.cjs", "types": "dist/index.d.ts", "bin": { - "init": "./dist/cli/index.js" + "init": "./dist/cli/index.js", + "notehost": "./dist/cli/index.js" }, "scripts": { "prebuild": "./build-body-js-string.sh",