From 6841f0f8fc499a13f58422cbf54a65e831793f41 Mon Sep 17 00:00:00 2001 From: acaldas Date: Fri, 5 May 2023 17:40:36 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a47be205..4cc251ef 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "main": "dist/main/index.js", "typings": "dist/main/index.d.ts", - "module": "dist/module/index.mjs", + "module": "dist/module/index.js", "files": [ "dist/**/*.{js,ts}", "LICENSE",