From 3c021ee497389393f99b1bd342b1cb802d9fa0c3 Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Wed, 20 Dec 2023 02:47:23 +0100 Subject: [PATCH 1/2] Update package.json - add license (necessary to display a screenshot on the [new module list](https://kristjanesperanto.github.io/MagicMirror-3rd-Party-Modules/)) - fix name (only lower case is possible) - elaborate description --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1404b01..deb988b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { - "name": "MMM-LKY-TIC", + "name": "mmm-lkx-tic", "version": "1.0.0", - "description": "MagicMirror2 module", + "description": "MagicMirror² module to display info about home power supply - FRANCE TELEINFO ENEDIS.", "main": "index.js", + "license": "MIT", "scripts": { "install": "npm run build:module-prod", "postinstall": "rm -rf node_modules/@serialport/bindings-cpp/prebuilds && node_modules/.bin/electron-rebuild -f -w @serialport/bindings-cpp", From 71938fde36e341d6a5ebb483519118a0d5de545f Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:47:12 +0100 Subject: [PATCH 2/2] Fix typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index deb988b..06a01eb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "mmm-lkx-tic", + "name": "mmm-lky-tic", "version": "1.0.0", "description": "MagicMirror² module to display info about home power supply - FRANCE TELEINFO ENEDIS.", "main": "index.js",