From 1b5a10b77ec6e9bf895b69803653df11b71e4582 Mon Sep 17 00:00:00 2001 From: JoaoCampos89 Date: Fri, 22 Mar 2024 11:18:02 -0300 Subject: [PATCH] fix: put types first --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 21828ed..1fc5143 100644 --- a/package.json +++ b/package.json @@ -8,16 +8,16 @@ "types": "dist/index.d.ts", "exports": { ".": { - "import": "./dist/index.js", - "types": "./dist/index.d.ts" + "types": "./dist/index.d.ts", + "import": "./dist/index.js" }, "./utils": { - "import": "./dist/utils/index.js", - "types": "./dist/utils/index.d.ts" + "types": "./dist/utils/index.d.ts", + "import": "./dist/utils/index.js" }, "./constants": { - "import": "./dist/constants/index.js", - "types": "./dist/constants/index.d.ts" + "types": "./dist/constants/index.d.ts", + "import": "./dist/constants/index.js" } }, "files": [