From 24f4330062a55ab0c9a8c960cb5821dfc6bb9680 Mon Sep 17 00:00:00 2001 From: Simon Jern Date: Sat, 13 Jul 2024 13:30:20 +0200 Subject: [PATCH] Still trying to fix moduling. This might work --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9160111..559b8dc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "name": "g-calendar-fetcher", "description": "This JavaScript library helps you to easily fetch, parse, and display events from Google Calendar using the iCalendar (.ics) format available from a given Google Calendar URL.", - "version": "0.4.3", + "version": "0.4.4", "main": "./dist/g-calendar-fetcher.min.js", "module": "./dist/g-calendar-fetcher.min.js", "type": "module",