From 15bbe34777e729d07ec80e0b21749499e0029518 Mon Sep 17 00:00:00 2001 From: Max Tobias Weber Date: Tue, 26 Dec 2023 16:39:15 +0100 Subject: [PATCH] update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c6c4e8..8081251 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "dist/index.js", "bin": { - "autobashcraft": "node dist/index.js" + "autobashcraft": "./dist/index.js" }, "scripts": { "build": "tsc",