Skip to content

Commit 3e3b325

Browse files
committed
Mark KV metadata library author optional
1 parent 8b11ed0 commit 3e3b325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/kvMetadata.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const librarySchema = z.object({
1212
keywords: z.array(z.string()),
1313
homepage: z.string().optional(),
1414
license: z.string().optional(),
15-
author: z.string(),
15+
author: z.string().optional(),
1616
repository: z
1717
.object({
1818
type: z.string(),

0 commit comments

Comments
 (0)