chrore: make package type module

This commit is contained in:
Ayo Ayco 2024-08-03 09:00:56 +02:00
parent 713a58768a
commit 954a57805a

View file

@ -3,6 +3,7 @@
"version": "0.0.1", "version": "0.0.1",
"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.ts",
"type": "module",
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"
}, },