From 87cdcc963c31232d2e6d118f70d1108b7e53c877 Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:35:05 +0100 Subject: [PATCH] Lix license and add keywords License should be a valid [SPDX license expression](https://spdx.org/licenses/). Keywords are used in the [new module list](https://kristjanesperanto.github.io/MagicMirror-3rd-Party-Modules/) I'm working on. --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 33e8970..5b15f3a 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,13 @@ { "name": "MMM-Sonos", "version": "1.2.0", - "description": "MagicMirror module that displays playing tracks on your Sonos network", + "description": "MagicMirror² module that displays playing tracks on your Sonos network.", "author": "Thomas Bouron ", - "license": "Apache 2.0", + "keywords": [ + "sonos", + "music" + ], + "license": "Apache-2.0", "homepage": "https://github.com/tbouron/MMM-Sonos", "repository": { "type": "git",