Skip to content

Commit

Permalink
fix dist paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mistermoe authored and frankhinek committed Apr 15, 2023
1 parent 786f182 commit a7b0e83
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 @@ -3,8 +3,8 @@
"version": "0.5.0",
"description": "SDK for accessing the features and capabilities of Web5",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
Expand Down

0 comments on commit a7b0e83

Please sign in to comment.