From f5fc2382af288ce04d014fb62b528b77d34793f3 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Wed, 13 Aug 2025 12:06:22 -0500 Subject: [PATCH] Treat module as commonjs --- dist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/package.json b/dist/package.json index 3dbc1ca..5bbefff 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,3 +1,3 @@ { - "type": "module" + "type": "commonjs" }