Skip to content

Commit 2ba4f75

Browse files
committed
Update package type to commonjs
1 parent ee87483 commit 2ba4f75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ planned for 2025-07-01
5050

5151
### Updated
5252

53-
- [core] Update dependencies including electron to v36 (#3774, #3788, #3811)
53+
- [core] Update dependencies including electron to v36 (#3774, #3788, #3811, #3804)
54+
- [core] Update package type to `commonjs`
5455

5556
## [2.31.0] - 2025-04-01
5657

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"contributors": [
2323
"https://github.com/MagicMirrorOrg/MagicMirror/graphs/contributors"
2424
],
25-
"type": "",
25+
"type": "commonjs",
2626
"main": "js/electron.js",
2727
"scripts": {
2828
"config:check": "node js/check_config.js",

0 commit comments

Comments
 (0)