From f69b5bb09caf983d99afe962588aa061b8730a47 Mon Sep 17 00:00:00 2001 From: stevezyyang Date: Thu, 11 Jan 2024 12:51:34 +0800 Subject: [PATCH] fix(pkg): fix main path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b811c95..2d151953 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.3.1", "description": "TDesign Component for Mobile React", "title": "tdesign-mobile-react", - "main": "cjs/index.js", + "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", "unpkg": "dist/tdesign.min.js",