fix: package main export
This commit is contained in:
parent
8b83bd830a
commit
8d1cd7ca22
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "@ayco/astro-sw",
|
"name": "@ayco/astro-sw",
|
||||||
"version": "0.0.2",
|
"version": "0.0.2",
|
||||||
"description": "Simple Astro integration to use your own authored service-worker",
|
"description": "Simple Astro integration to use your own authored service-worker",
|
||||||
"main": "index.ts",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
|
|
Loading…
Reference in a new issue