From f053f3d6b35a6f8f77a6f703c26d086e873256ef Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Thu, 11 Jan 2024 13:17:07 -0600 Subject: [PATCH] fix: update export path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d69e00f2f..cef489944 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "browser": "./dist/web/index.js", + "browser": "./dist/browser/index.js", "import": "./dist/index.js", "require": "./dist/index.cjs" },