From ee6bacc76a5dc151313bbc993affe431dfa7eb24 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sat, 3 Aug 2024 11:45:11 +0200 Subject: [PATCH] chore: update package repo & homepage --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 5212f14..5e671eb 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,11 @@ "name": "@ayco/astro-sw", "version": "0.0.6", "description": "Simple Astro integration to use your own authored service-worker", + "homepage": "https://github.com/ayoayco/astro-sw", + "repository": { + "type": "git", + "url": "https://github.com/ayoayco/astro-sw" + }, "main": "index.js", "type": "module", "engines": {