From 79e038bf7584b964afb2b214f4b6a11ecb338723 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Wed, 23 Jul 2025 15:58:07 +0100 Subject: [PATCH] only provide the `gen` bin --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 59103486..3400ffe9 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,7 @@ "author": "Chris Manson ", "type": "module", "bin": { - "g": "./bin/gen.js", - "gen": "./bin/gen.js", - "generate": "./bin/gen.js" + "gen": "./bin/gen.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"