diff --git a/package.json b/package.json index 1810e1d..7165ff8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/types/index.d.ts", - "type": "module", + "type": "commonjs", "files": [ "dist/*" ],