Skip to content

Commit 3e79fc8

Browse files
committed
fix bin path
1 parent ab0049b commit 3e79fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"module": "dist/index.js",
241241
"types": "dist/index.d.ts",
242242
"bin": {
243-
"flowbite-react": "./dist/cli/bin.js"
243+
"flowbite-react": "dist/cli/bin.js"
244244
},
245245
"files": [
246246
"dist",

0 commit comments

Comments
 (0)