Skip to content

Commit

Permalink
Merge pull request #404 from blockchain-certificates/fix/esm
Browse files Browse the repository at this point in the history
fix(ESM): expose ESM modules
  • Loading branch information
lemoustachiste authored May 23, 2024
2 parents 5a1886b + 2c64447 commit c3bb776
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"name": "@blockcerts/explorer-lookup",
"version": "0.0.0-dev",
"description": "A low level blockchain explorers lookup",
"main": "lib/cjs",
"module": "lib/esm",
"exports": {
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js"
},
"types": "./lib/index.d.ts",
"dependencies": {
"xmlhttprequest": "^1.8.0"
Expand Down

0 comments on commit c3bb776

Please sign in to comment.