From 954a57805ae4dde40950254e72466991ef22a888 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sat, 3 Aug 2024 09:00:56 +0200 Subject: [PATCH] chrore: make package type module --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0d89360..7308e77 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.0.1", "description": "Simple Astro integration to use your own authored service-worker", "main": "index.ts", + "type": "module", "engines": { "node": ">=18.0.0" },