From 343157c2669be93cacea88209641518da792b884 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Tue, 6 Dec 2022 12:12:06 +0530 Subject: [PATCH] put default export as the last in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7fc5702..3947b55 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "exports": { ".": { "import": "./build/index.js", - "default": "./build/index.js", - "types": "./build/index.d.ts" + "types": "./build/index.d.ts", + "default": "./build/index.js" } }, "files": [