From a229889ac6413125b6761a011660c3268c69c197 Mon Sep 17 00:00:00 2001 From: Philippe Vaillancourt Date: Thu, 10 Oct 2024 22:57:36 -0400 Subject: [PATCH] Update package.json to fix module file name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b16b696..17e20a9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.16", "description": "A Simple GUI", "main": "dist/0.x/muigui.js", - "module": "dist/0.x/muigui-module.js", + "module": "dist/0.x/muigui.module.js", "type": "module", "scripts": { "build": "npm run build-normal",