Skip to content

Commit

Permalink
fix(build): build commonjs and also expose esm wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Oct 14, 2022
1 parent 9853f93 commit 522c199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ethr-did-resolver",
"version": "7.0.0-alpha.1",
"description": "Resolve DID documents for ethereum addresses and public keys",
"type": "module",
"type": "commonjs",
"source": "./src/index.ts",
"main": "./lib/index.js",
"module": "./esm/index.js",
Expand Down

0 comments on commit 522c199

Please sign in to comment.