chore: add "type": "module" to package.json

This commit is contained in:
Kristjan ESPERANTO 2025-06-11 19:41:36 +02:00
parent 563c47f1f6
commit 0280db4b85
No known key found for this signature in database

View file

@ -3,6 +3,7 @@
"version": "1.1.1", "version": "1.1.1",
"description": "Add pages to your MagicMirror².", "description": "Add pages to your MagicMirror².",
"main": "MMM-pages.js", "main": "MMM-pages.js",
"type": "module",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/edward-shen/MMM-pages.git" "url": "git+https://github.com/edward-shen/MMM-pages.git"