Skip to content

Commit

Permalink
chore: support esm imports (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode authored Oct 17, 2024
1 parent 15c6844 commit b8bec8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.2.24",
"description": "Asset registry for asset-transfer-api",
"main": "docs/registry.json",
"module": "docs/registry.json",
"exports": {
"./package.json": "./package.json",
".": "./docs/registry.json"
},
"type": "module",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit b8bec8f

Please sign in to comment.