From 32584f84dde8ca1eefea6380c386e810d116be1a Mon Sep 17 00:00:00 2001 From: Allen <1130123899@qq.com> Date: Thu, 13 Jun 2024 09:20:02 +0800 Subject: [PATCH] chore: change main input --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28635b4..1eb2ba1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "require": "./dist/index.cjs" } }, - "main": "./dist/index.mjs", + "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "typesVersions": {