Skip to content

Commit

Permalink
fix: browser field point to UMD bundle
Browse files Browse the repository at this point in the history
OKTA-458043
<<<Jenkins Check-In of Tested SHA: 34d4527 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 1
PR Link: "#1048"
  • Loading branch information
aarongranick-okta authored and eng-prod-CI-bot-okta committed Jan 6, 2022
1 parent 6a38bb2 commit eb09a1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eb09a1e

Please sign in to comment.