From 98bd198dfc006cd7388442340fb710421f0e576d Mon Sep 17 00:00:00 2001 From: 4gl <@> Date: Fri, 1 May 2026 15:38:13 +0100 Subject: [PATCH] fix: adding maintainers attribute to package json (not a real fix, just triggering a build) --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cd7586a..5a86450 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,8 @@ "test": "npx @sasjs/cli test -t server", "lint": "npx @sasjs/cli lint", "prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true" - } -} + }, + "maintainers": [ + "https://sasapps.io" + ] +} \ No newline at end of file