fix: package main export

This commit is contained in:
Ayo Ayco 2024-08-03 09:02:47 +02:00
parent 8b83bd830a
commit 8d1cd7ca22

View file

@ -2,7 +2,7 @@
"name": "@ayco/astro-sw",
"version": "0.0.2",
"description": "Simple Astro integration to use your own authored service-worker",
"main": "index.ts",
"main": "index.js",
"type": "module",
"engines": {
"node": ">=18.0.0"