chore: update package meta
Some checks are pending
Demo / Explore-CI (push) Waiting to run

This commit is contained in:
ayo 2026-03-14 17:32:30 +01:00
parent 3bef68e688
commit 8b3cf63bfe
2 changed files with 4 additions and 10 deletions

View file

@ -19,13 +19,6 @@
"dev": "pnpm run demo", "dev": "pnpm run demo",
"postinstall": "pnpm run build" "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": { "devDependencies": {
"@ayco/astro-sw": "*", "@ayco/astro-sw": "*",
"@eslint/js": "^10.0.1", "@eslint/js": "^10.0.1",

View file

@ -1,12 +1,13 @@
{ {
"name": "@ayco/astro-sw", "name": "@ayco/astro-sw",
"author": "Ayo Ayco",
"license": "MIT",
"version": "0.9.3", "version": "0.9.3",
"description": "Use your own authored service worker with Astro",
"homepage": "https://ayco.io/n/@ayco/astro-sw",
"repository": { "repository": {
"type": "git", "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": { "exports": {
".": { ".": {
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",