Skip to content

Commit

Permalink
Define default export last
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Sep 25, 2023
1 parent 85f149f commit 07bde41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/browser-wallet-api-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
".": {
"browser": "./lib/index.js",
"import": "./lib/index.js",
"default": "./lib/index.js",
"types": "./lib/index.d.ts"
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
}
},
"files": [
Expand Down

0 comments on commit 07bde41

Please sign in to comment.