mirror of https://github.com/waku-org/waku-ui.git
chore: update export path
This commit is contained in:
parent
4c1b07af80
commit
b0292b3660
|
@ -18,7 +18,7 @@
|
||||||
],
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/src/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"import": "./dist/index.esm.mjs",
|
"import": "./dist/index.esm.mjs",
|
||||||
"require": "./dist/index.cjs.js"
|
"require": "./dist/index.cjs.js"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue