From daaebbd507107209a6400f9cb37a7b7b31cc8926 Mon Sep 17 00:00:00 2001 From: stephen Date: Wed, 27 Apr 2022 15:18:46 -0400 Subject: [PATCH] Fixing license --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 145499b..cce3ba8 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,11 @@ "type": "git", "url": "https://git.vanderwarker.family/vxmppb/vxmppb.git" }, - "license": { - "type": "MIT" - }, + "licenses": [ + { + "type": "The MIT License", + "url": "http://www.opensource.org/licenses/mit-license.php" + }], "homepage": "https://wiki.vanderwarker.family/doku.php?id=code:vxmppb:start", "scripts": { "test": "echo \"No tests available. Please consider helping with a pull request!\" && exit 0"