Skip to content

Commit c228b3f

Browse files
committed
run npm pkg fix on shadcn package json after publish errors
1 parent 760e5af commit c228b3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/shadcn/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "@firebase-oss/ui-shadcn",
33
"version": "0.0.1",
44
"type": "module",
5-
"bin": "./dist/bin/cli.js",
5+
"bin": {
6+
"ui-shadcn": "dist/bin/cli.js"
7+
},
68
"files": [
79
"dist"
810
],

0 commit comments

Comments
 (0)