Skip to content

Commit

Permalink
Merge pull request #42 from waku-org/fix/types
Browse files Browse the repository at this point in the history
chore: update export path
  • Loading branch information
danisharora099 authored Mar 6, 2024
2 parents 4c1b07a + b0292b3 commit 5586ceb
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 @@ -18,7 +18,7 @@
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.mjs",
"require": "./dist/index.cjs.js"
}
Expand Down

0 comments on commit 5586ceb

Please sign in to comment.