We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b11ed0 commit 3e3b325Copy full SHA for 3e3b325
1 file changed
src/utils/kvMetadata.schema.ts
@@ -12,7 +12,7 @@ export const librarySchema = z.object({
12
keywords: z.array(z.string()),
13
homepage: z.string().optional(),
14
license: z.string().optional(),
15
- author: z.string(),
+ author: z.string().optional(),
16
repository: z
17
.object({
18
type: z.string(),
0 commit comments