From f16c549c795658a6e756330197b57e6498410ef6 Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Thu, 12 Feb 2026 08:59:40 +0100 Subject: [PATCH] feature: Allowed end-developers to install @embroider/try --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e5158de..71b9371 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,9 @@ "license": "MIT", "author": "Edward Faulkner ", "type": "module", - "bin": "cli.js", + "bin": { + "embroider-try": "cli.js" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },