From ff93296d345399a68dc4ddca25e987cb5dc6fb5c Mon Sep 17 00:00:00 2001 From: abearxiong Date: Thu, 19 Feb 2026 20:42:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E8=87=B3=200.0.4=EF=BC=8C=E5=B9=B6=E7=A7=BB=E9=99=A4=20exports?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a66acf6..f00c34e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/gitea", - "version": "0.0.3", + "version": "0.0.4", "description": "", "scripts": { "build": "bun run bun.config.ts" @@ -20,10 +20,5 @@ "publishConfig": { "access": "public" }, - "exports": { - ".": { - "import": "./dist/app.js", - "types": "./dist/app.d.ts" - } - } + "main": "./dist/app.js" } \ No newline at end of file