Skip to content

Commit

Permalink
fix: browser field point to UMD bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongranick-okta committed Jan 5, 2022
1 parent 65a0ba0 commit 34d4527
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 34d4527

Please sign in to comment.