From 8d1cd7ca2238c620107444395e3c2a23498ffa6b Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sat, 3 Aug 2024 09:02:47 +0200 Subject: [PATCH] fix: package main export --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 776acfc..52ae0ea 100644 --- a/package.json +++ b/package.json @@ -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"