From c083d4f3a5d1a2a74fa04341120e5bae6557125a Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 27 Dec 2023 19:47:32 +0100 Subject: [PATCH] Add "type": "commonjs" --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1ca2d9e2..b5322b05 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "bugs": { "url": "https://github.com/nvie/itertools/issues" }, + "type": "commonjs", "types": "./dist/index.d.ts", "main": "./dist/index.js", "exports": {