mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-25 13:46:07 +00:00
* add support for bun install * fix(cli): add changeset for bun install --------- Co-authored-by: shadcn <m@shadcn.com>
8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"name": "test-cli-project-bun",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "shadcn",
|
|
"license": "MIT"
|
|
}
|