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

@@ -50,7 +50,8 @@ planned for 2025-07-01
### Updated
- [core] Update dependencies including electron to v36 (#3774, #3788, #3811)
- [core] Update dependencies including electron to v36 (#3774, #3788, #3811, #3804)
- [core] Update package type to `commonjs`
## [2.31.0] - 2025-04-01

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",