From 55119b3cc0fc521d46815b103029f976adad3f7b Mon Sep 17 00:00:00 2001 From: Aaron Sarazan Date: Thu, 29 Feb 2024 13:38:53 -0800 Subject: [PATCH] wtf dist --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bae5fee..ecad9db 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "martok", "version": "1.8.3", "description": "", - "main": "dist/index.js", + "main": "dist/src/index.js", "bin": { - "martok": "dist/index.js" + "martok": "dist/src/index.js" }, "scripts": { "build": "tsc",