diff --git a/package.json b/package.json index a65edb6..eda641c 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "type": "module", "version": "0.3.2", "license": "MIT", + "main": "./dist/module.cjs", + "types": "./dist/types.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -14,8 +16,6 @@ "import": "./dist/runtime/api.mjs" } }, - "main": "./dist/module.cjs", - "types": "./dist/types.d.ts", "files": [ "dist", "*.d.ts"