From 45118c7e019c083dc4c36e1ed74aa17b70375161 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Fri, 21 Apr 2023 14:40:32 +0300 Subject: [PATCH] set module type to commonjs --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 37fe89d..5943a6a 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "lib/*.js", "compat/*.js" ], + "type": "commonjs", "engines": { "node": ">=16" },