From eb09a1e38363206357c31e48d6f0629f0a4da102 Mon Sep 17 00:00:00 2001 From: Aaron Granick Date: Thu, 6 Jan 2022 21:42:51 +0000 Subject: [PATCH] fix: browser field point to UMD bundle OKTA-458043 <<>> Artifact: okta-auth-js Files changed count: 1 PR Link: "https://github.com/okta/okta-auth-js/pull/1048" --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 3620a1323..b74ae45ec 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,7 @@ "license": "Apache-2.0", "main": "build/cjs/index.js", "module": "build/esm/index.js", - "browser": { - "build/cjs/index.js": "./build/dist/okta-auth-js.umd.js" - }, + "browser": "build/dist/okta-auth-js.umd.js", "types": "build/lib/index.d.ts", "repository": { "type": "git",