From acad6de9aa4ae239cf98fd9077f8dd67b13a9e55 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sat, 4 Apr 2026 23:45:33 +0200 Subject: [PATCH] Fixed package file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 220ab11..a1a93ab 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "name": "IkeaAvailabilityTools", "private": true, "version": "0.0.0", - "type": "module", + "type": "commonjs", "description": "Tools for checking availability at IKEA stores", "main": "server.js", "scripts": {