diff --git a/package.json b/package.json index dc5ca51..9f253ca 100644 --- a/package.json +++ b/package.json @@ -20,12 +20,12 @@ "exports": { ".": { "require": "./dist/index.cjs", - "import": "./dist/index.js" + "import": "./dist/index.mjs" }, "./package.json": "./package.json" }, "main": "dist/index.cjs", - "module": "dist/index.js", + "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist",