From f463e2e238b1616d58bf254ecb53de8b0dae6573 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 23 Feb 2020 11:49:10 -0500 Subject: [PATCH] Update license strings to remove npm warning --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bbc6a79..17fdfa82 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,10 @@ "url": "git+https://github.com/FooSoft/yomichan.git" }, "author": "FooSoft", + "license": "GPL-3.0-or-later", "licenses": [ { - "type": "GPLv3", + "type": "GPL-3.0-or-later", "url": "https://www.gnu.org/licenses/gpl-3.0.html" } ],