From 820a49efd822363d3123e43c00d7fd8c6413ab44 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Fri, 24 Nov 2023 16:06:57 +0200 Subject: [PATCH] Fix main directive in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21d7b11..5a1e825 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,11 @@ "url": "https://git.korhonen.cc/FunctionalHacker/work-time-calculator/issues", "email": "wtc@functionalhacker.korhonen.cc" }, - "main": "src/main.ts", "type": "module", "bin": { "wtc": "bin/wtc" }, + "main": "dist/wtc.js", "scripts": { "build": "rollup -c" },