From e51c22e9bcfa80fbfbef7da764f6ccb6b770e319 Mon Sep 17 00:00:00 2001 From: stereobooster Date: Thu, 4 Jan 2024 23:24:37 +0100 Subject: [PATCH] add homepage fieldd, so it would be easier to discover source code --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 35fe6df..08896a7 100755 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "flowchart", "charts" ], + "homepage": "https://github.com/tex0l/astro-pintora", "scripts": { "lint": "eslint . --ext .ts,.js,.astro src", "dev": "cd example && astro dev"