From c7389ffdf0e950b1866cdaff8e4e1e8a29e94886 Mon Sep 17 00:00:00 2001 From: Duc Anh Phi <> Date: Tue, 22 Aug 2023 16:32:38 +0200 Subject: [PATCH] add main entry in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ce1b9aa..342aa48 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "url": "https://sindresorhus.com" }, "type": "module", + "main": "./dist/index.js", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "engines": {