mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
Update package type to commonjs
(#3814)
related to #3804 added type to `commonjs` in package.json
This commit is contained in:
parent
ee874836fe
commit
9a3f4f098b
@ -50,7 +50,8 @@ planned for 2025-07-01
|
|||||||
|
|
||||||
### Updated
|
### 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
|
## [2.31.0] - 2025-04-01
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"contributors": [
|
"contributors": [
|
||||||
"https://github.com/MagicMirrorOrg/MagicMirror/graphs/contributors"
|
"https://github.com/MagicMirrorOrg/MagicMirror/graphs/contributors"
|
||||||
],
|
],
|
||||||
"type": "",
|
"type": "commonjs",
|
||||||
"main": "js/electron.js",
|
"main": "js/electron.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"config:check": "node js/check_config.js",
|
"config:check": "node js/check_config.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user