diff --git a/package.json b/package.json index 4bff693..6bf03bc 100644 --- a/package.json +++ b/package.json @@ -29,12 +29,12 @@ "exports": { "./package.json": "./package.json", ".": { + "module": "./dist/index.js", "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "types": "./dist/index.d.ts", - "module": "./dist/index.js", "default": "./dist/index.js" } },