From c4fac0168003618e98c57286ff1a2ac80a1b9845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E7=91=BE?= Date: Sat, 3 Aug 2024 16:47:11 +0800 Subject: [PATCH] fix: exports error --- package.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/package.json b/package.json index 22a2abd..80d331f 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,6 @@ "license": "MIT", "author": "Karin", "type": "module", - "exports": { - ".": { - "import": "./lib/index.js", - "require": "./lib/index.js", - "types": "./lib/index.d.ts" - } - }, "main": "./lib/index.js", "types": "./lib/index.d.ts", "files": [