From f2be5520480f83429efa0c4aa8a5aeff98d1d949 Mon Sep 17 00:00:00 2001 From: maze Date: Thu, 12 Mar 2026 09:26:16 +0100 Subject: [PATCH] Mark as module --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0e13b20..2acba9a 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ }, "license": "MIT", "author": "Wijnand Modderman-Lenstra", + "type": "module", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",