diff --git a/package.json b/package.json index abc65cc..4889fec 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ ], "type": "module", "main": "./dist/cjs/index.cjs", - "module": "./dist/index.mjs", + "module": "./dist/index.js", "exports": { "require": "./dist/cjs/index.cjs", "import": "./dist/index.js",