From df102146ce7cc58c04c77de17ee3af4c9cdd8fc9 Mon Sep 17 00:00:00 2001 From: Bernhard Date: Thu, 1 Feb 2024 21:41:26 +0100 Subject: [PATCH] revert change --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f65116..e62d661 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "defend", "protection" ], - "main": "dist/src/index.js", + "main": "dist/index.js", "scripts": { "build": "tsc", "test": "npx playwright test",