Skip to content

Commit 8430004

Browse files
fix: packages(ui) package.json types path (#1339)
1 parent 19da9c3 commit 8430004

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/short-zoos-develop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"flowbite-react": patch
3+
---
4+
5+
fix package.json types path

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"main": "lib/cjs/index.js",
3636
"module": "lib/esm/index.js",
37-
"types": "lib/esm/index.d.ts",
37+
"types": "lib/types/index.d.ts",
3838
"files": [
3939
"lib"
4040
],

0 commit comments

Comments
 (0)