From 1e81356d193b06d5610b2b5dc9853b135aca9561 Mon Sep 17 00:00:00 2001 From: yinzhenyu Date: Mon, 29 Apr 2024 20:15:20 +0800 Subject: [PATCH] fix: fix module entry --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e11ecf..a0caafe 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "let's transform data!", "main": "./dist/index.js", - "module": "./dist/index.mjs", + "module": "./dist/index.js", "types": "./dist/index.ts", "type": "module", "files": [