Merge pull request #41 from waku-org/chore/fix-typers

chore: fix types
This commit is contained in:
Danish Arora 2024-03-06 15:13:03 +05:30 committed by GitHub
commit 4c1b07af80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"source": "src/index.ts",
"types": "dist/src/index.d.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist",