mirror of https://github.com/waku-org/waku-ui.git
Merge pull request #42 from waku-org/fix/types
chore: update export path
This commit is contained in:
commit
5586ceb38b
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue