From 5b40579f8cefe1cd799c7483cd8404aae3c4d443 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Wed, 22 Oct 2025 14:17:12 +0200 Subject: [PATCH 1/2] chore: add package description Signed-off-by: Grigorii K. Shartsev --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eed69e3..c80cf63 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nextcloud/notify_push", "version": "1.3.1", - "description": "", + "description": "A javascript client for notify_push events", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "", From 5420d43ccbb7d514133c252a78173f5cb42f0cf7 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 21 Nov 2025 22:38:22 +0100 Subject: [PATCH 2/2] Update package.json Co-authored-by: Ferdinand Thiessen Signed-off-by: Andy Scherzinger --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c80cf63..02ad8fe 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A javascript client for notify_push events", "main": "dist/index.js", "types": "dist/index.d.ts", - "author": "", + "author": "Nextcloud GmbH and Nextcloud contributors", "license": "AGPL-3.0-or-later", "keywords": [ "nextcloud"