From 97d8351f9354af219a8e825178324ad83a1fecb2 Mon Sep 17 00:00:00 2001 From: Han Yeong-woo Date: Wed, 13 Mar 2024 10:29:06 +0900 Subject: [PATCH] chore: cleanup entry point of package (#53) --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cf0f149..62c6f59 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,8 @@ "url": "https://github.com/nix6839" }, "type": "module", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./dist/index.js" - } - }, - "main": "./dist/index.js", + "exports": "./dist/index.js", + "types": "./dist/index.d.ts", "files": [ "dist" ],