From b26c91f0e903e421e08067b8a56bfb3e8a38e81a Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:48:59 +0100 Subject: [PATCH] Update package.json - Optimize keywords (for [the new module list](https://kristjanesperanto.github.io/MagicMirror-3rd-Party-Modules/)) - Fix name - Complete description --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d03d9d6..a526e43 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "Magic-Mirror-Module-RNV", + "name": "mmm-rnv", "version": "1.1.0", - "description": "MagicMirror2 Module to ....", + "description": "MagicMirror² module to display departures in the RNV traffic network (Germany).", "repository": { "type": "git", "url": "git+https://github.com/bogenpirat/MMM-RNV" }, "keywords": [ - "magic mirror", - "smart mirror", + "MagicMirror", "RNV", + "Public Transport", "module" ], "author": "Bogenpirat",