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" },