aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-23 11:49:10 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-23 11:49:10 -0500
commitf463e2e238b1616d58bf254ecb53de8b0dae6573 (patch)
tree97ba26d63174d948944e8cafeee8d1093f18112f /package.json
parent0f9f2e446dd9c28fa67e4c73a2f573b4c57cfc04 (diff)
Update license strings to remove npm warning
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
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"
}
],