From e41b846ea2e61cdf9652226858b639568b209f38 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Thu, 30 Oct 2025 08:35:34 +0100 Subject: [PATCH] fix: add missing `bin` entry for toon CLI --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index cd4eeee..f331328 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,9 @@ } }, "types": "./dist/index.d.ts", + "bin": { + "toon": "bin/toon.mjs" + }, "files": [ "bin", "dist"