From 765dc9dcae4e1b6997b14a2743eb36eec34dc9d4 Mon Sep 17 00:00:00 2001 From: furo Date: Wed, 2 Aug 2023 16:12:42 +0200 Subject: [PATCH] Compress fonts and fix bug --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8553bef..75de55c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,11 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "", + "author": "qwik", + "repository": { + "type": "git", + "url": "https://git.qwik.space/qwik/qwik-account-manager" + }, "license": "ISC", "dependencies": { "bcrypt": "^5.0.1",