diff --git a/package.json b/package.json index 84cba0b..9fbe810 100644 --- a/package.json +++ b/package.json @@ -9,14 +9,9 @@ "types": "./dist/index.d.ts", "exports": { ".": { - "import": { - "types": "./dist/index.d.mts", - "default": "./dist/index.mjs" - }, - "require": { - "types": "./dist/index.d.ts", - "default": "./dist/index.cjs" - } + "types": "./dist/index.d.ts", + "import": "./dist/index.mjs", + "require": "./dist/index.cjs" }, "./package.json": "./package.json" },