Skip to content

Commit

Permalink
fix(connect-plugin-stellar): use exports with require and import
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Feb 3, 2025
1 parent a631704 commit 418bd0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/connect-plugin-stellar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
"main": "lib/index.js"
},
"exports": {
"node": "./lib/index.js",
"default": "./libESM/index.js"
".": {
"import": "./libESM/index.js",
"require": "./lib/index.js"
}
},
"files": [
"lib/",
Expand Down

0 comments on commit 418bd0f

Please sign in to comment.