Skip to content

Commit

Permalink
Update package.json to fix module file name
Browse files Browse the repository at this point in the history
  • Loading branch information
snowfrogdev authored Oct 11, 2024
1 parent 67c8928 commit a229889
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 a229889

Please sign in to comment.