Skip to content

Commit 0aaf588

Browse files
committed
fix
1 parent 1e96223 commit 0aaf588

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"description": "The command line interface for Intent UI.",
66
"main": "dist/index.js",
77
"bin": {
8-
"intentui": "src/index.ts",
8+
"intentuii": "src/index.ts",
9+
"intentui": "dist/index.js",
910
"shadcnClone": "dist/shadcn/index.js"
1011
},
1112
"files": ["dist", "LICENSE", "README.md", "package.json"],

0 commit comments

Comments
 (0)