From f6c23c1f1495e24e8a637f310003231142155cc4 Mon Sep 17 00:00:00 2001 From: Alex Young Date: Sun, 21 Jul 2024 22:21:22 +0800 Subject: [PATCH] build!: only support conditional exports for entry point --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index a59774a4..52954087 100644 --- a/package.json +++ b/package.json @@ -42,9 +42,6 @@ "require": "./dist/index.d.ts" } }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", - "typings": "./dist/index.d.ts", "files": [ "dist", "*.md"