Skip to content

Commit 07b1a06

Browse files
authored
fix: devbox-plugin.schema.json required properties (#2221)
The list had `readme` instead of `description` ## Summary ## How was it tested? Signed-off-by: Saulo Vallory <[email protected]>
1 parent f8149e7 commit 07b1a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.schema/devbox-plugin.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@
142142
}
143143
}
144144
},
145-
"required": ["name", "version", "readme"]
145+
"required": ["name", "version", "description"]
146146
}

0 commit comments

Comments
 (0)