Skip to content

Commit

Permalink
Merge pull request #3 from snowfrogdev/patch-1
Browse files Browse the repository at this point in the history
Update package.json to fix module file name
  • Loading branch information
greggman authored Oct 11, 2024
2 parents 67c8928 + a229889 commit 8390e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8390e50

Please sign in to comment.