From 0f5cb9f2dfddfb83cf7007aab311bfd0332788f2 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 18 May 2026 16:42:53 +0200 Subject: [PATCH] chore: normalize npm bin metadata --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad2af0e..c8dce13 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { - "voosh": "./dist/index.js" + "voosh": "dist/index.js" }, "publishConfig": { "access": "public"