From abac87d8542a50950f82a399b65830f39320bf8f Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 14 Nov 2023 18:07:17 +0200 Subject: [PATCH] Ran npm pkg fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89a3125..fae2d66 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "module", "main": "src/main.ts", "bin": { - "wtc": "./bin/wtc" + "wtc": "bin/wtc" }, "scripts": { "build": "tsc"