diff --git a/application/package.json b/application/package.json index 51d2a902a3ffce8c548026ce85fc119755ae54a3..6850509b34ce9a5066568eb3369112b10b7cbeff 100644 --- a/application/package.json +++ b/application/package.json @@ -29,10 +29,10 @@ "log", "theme" ], - "main": "source/monster.js", - "module": "source/monster.js", + "main": "source/monster.mjs", + "module": "source/monster.mjs", "type": "module", - "homepage": "https://monsterjs.org", + "homepage": "https://monsterjs.org/", "repository": { "type": "git", "url": "https://gitlab.schukai.com/oss/libraries/javascript/monster.git"