From d721a125cbd461574c73e8e2aaaca50e03f96884 Mon Sep 17 00:00:00 2001 From: Duc Anh Phi <> Date: Wed, 23 Aug 2023 11:28:12 +0200 Subject: [PATCH] Add main entry to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ce1b9aa..04fad22 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": {