From e11a0870c27eeb5ea1a4ae3fedccca008eda15c2 Mon Sep 17 00:00:00 2001 From: rowan Date: Thu, 17 Apr 2025 11:48:10 -0500 Subject: [PATCH] correct packagejson path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27ea3af..079ed35 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "author": "Rowan (https://kitsu.cafe)", "type": "module", - "main": "index.js", + "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },