From d9326c80e6a92f662a6b0ff076521d11184c6430 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 30 Jan 2024 22:06:23 +0200 Subject: [PATCH] squash! --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f94384b..967b9c1 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "url": "https://nikolahristov.tech" }, "type": "module", - "main": "./Target/Index.js", - "types": "./Target/Index.d.ts", + "main": "./Target/Variable/Worker.js", + "types": "./Target/Variable/Worker.d.ts", "scripts": { "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'" },