chore: add author name and email to package.json
All checks were successful
Deploy Theme / deploy (push) Successful in 13s

This commit is contained in:
2026-02-22 11:21:18 +01:00
parent b30e621c7c
commit 144ba84954

View File

@@ -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",