Update package type to commonjs (#3814)

related to #3804 

added type to `commonjs` in package.json
This commit is contained in:
Bugsounet - Cédric
2025-06-20 14:26:33 +02:00
committed by GitHub
parent ee874836fe
commit 9a3f4f098b
2 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
"contributors": [
"https://github.com/MagicMirrorOrg/MagicMirror/graphs/contributors"
],
"type": "",
"type": "commonjs",
"main": "js/electron.js",
"scripts": {
"config:check": "node js/check_config.js",