Skip to content

Commit 3c525b8

Browse files
fix: correct improper JSON syntax (#8256)
1 parent e7e844f commit 3c525b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/v4/content/docs/registry/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ You can also have a universal item that installs multiple files:
580580
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
581581
"name": "my-custom-start-template",
582582
"type": "registry:item",
583-
dependencies: ["better-auth"]
583+
"dependencies": ["better-auth"],
584584
"files": [
585585
{
586586
"path": "/path/to/file-01.json",

0 commit comments

Comments
 (0)