Skip to content

Commit

Permalink
fix: fix the named export for web3auth (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 authored Dec 13, 2023
1 parent 8e682de commit b340f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/signers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"./web3auth": {
"types": "./dist/types/web3auth/index.d.ts",
"import": "./dist/esm/maweb3authgic/index.js",
"import": "./dist/esm/web3auth/index.js",
"default": "./dist/cjs/web3auth/index.js"
},
"./fireblocks": {
Expand Down

0 comments on commit b340f11

Please sign in to comment.