diff --git a/package.json b/package.json index 5ef46bc..42c0a9c 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,6 @@ "dev": "pnpm run demo", "postinstall": "pnpm run build" }, - "repository": { - "type": "git", - "url": "https://git.ayo.run/ayo/astro-sw" - }, - "author": "Ayo Ayco", - "license": "MIT", - "homepage": "https://ayco.io/n/@ayco/astro-sw#readme", "devDependencies": { "@ayco/astro-sw": "*", "@eslint/js": "^10.0.1", diff --git a/package/package.json b/package/package.json index 799b7ae..1a62525 100644 --- a/package/package.json +++ b/package/package.json @@ -1,12 +1,13 @@ { "name": "@ayco/astro-sw", + "author": "Ayo Ayco", + "license": "MIT", "version": "0.9.3", - "description": "Use your own authored service worker with Astro", - "homepage": "https://ayco.io/n/@ayco/astro-sw", "repository": { "type": "git", - "url": "https://git.sr.ht/~ayoayco/astro-sw" + "url": "https://git.ayo.run/ayo/astro-sw" }, + "description": "Use your own authored service worker with Astro", "exports": { ".": { "types": "./dist/index.d.ts",