From 22e252ce53f8b6cc6338cbc18c7375a577f66eca Mon Sep 17 00:00:00 2001 From: Corban-Lee Date: Thu, 1 May 2025 12:49:58 +0100 Subject: [PATCH] docs: add 'author', 'license' and 'description' values to `package.json` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d604745..3c9166e 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ "release:minor": "npx standard-version --release-as minor", "release:major": "npx standard-version --release-as major" }, - "author": "", - "license": "ISC", - "description": "", + "author": "Corbz", + "license": "GPL-3.0-only", + "description": "An RSS aggregator with Discord integration and a web management interface.", "devDependencies": { "@tailwindcss/cli": "^4.1.4", "@tailwindcss/postcss": "^4.1.4",