From f81b0f9a9dc0e829137f986a7ea288aacfbe0a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=9B=90=ED=98=B8?= Date: Tue, 31 Oct 2023 05:15:29 +0000 Subject: [PATCH] main fixed --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a09a142..9b4de25 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@danmooozi/kimbap", "version": "0.0.12", "description": "JavaScript bundler", - "main": "index.js", + "main": "src/index.js", "scripts": { "test": "node --trace-warnings --experimental-vm-modules ./node_modules/.bin/jest", "pub": "npm version patch && git push --follow-tags && npm publish"