This commit is contained in:
parent
3bef68e688
commit
8b3cf63bfe
2 changed files with 4 additions and 10 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue