From 144ba849548be5242eae34901515820193bab768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 22 Feb 2026 11:21:18 +0100 Subject: [PATCH] chore: add author name and email to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 69f9e90..488967a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ }, "license": "MIT", "author": { - "name": "Gemini" + "name": "Sebastian Krüger", + "email": "valknar@pivoine.art" }, "scripts": { "dev": "postcss ./assets/css/tailwind.css -o ./assets/built/screen.css --watch",