Skip to content

Commit

Permalink
fix: move "browser" map to the top of the exports (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored Mar 19, 2021
1 parent db774dc commit 8c4eab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"import": "./src/bases/base58.js"
},
"./bases/base64": {
"import": "./src/bases/base64-import.js",
"browser": "./src/bases/base64-browser.js"
"browser": "./src/bases/base64-browser.js",
"import": "./src/bases/base64-import.js"
},
"./hashes/hasher": {
"import": "./src/hashes/hasher.js"
Expand Down

0 comments on commit 8c4eab5

Please sign in to comment.