From a2e6737d7d8f9f0cf6beba5ddcc7ac15d33e4ba3 Mon Sep 17 00:00:00 2001 From: Jan Willamowius Date: Wed, 24 Apr 2024 13:51:46 +0200 Subject: [PATCH] update packaging --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 67c88a2..8b08abc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Relaxed Communications GmbH ", - "license": "GPL", + "license": "GPL-3.0-or-later", "repository": { "type": "git", "url": "git+https://github.com/eansearch/gtin-lookup.git" @@ -26,6 +26,6 @@ }, "dependencies": { "request": "latest" - } + }, + "homepage": "https://github.com/eansearch/gtin-lookup#readme" } -