Skip to content

Commit

Permalink
Add back accidentally removed field
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Nov 12, 2023
1 parent 54cee2a commit 8386ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/schemas.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const toolsSchema = z.array(
npm: z.string().regex(packageNameRegex).optional(),
url: z.string().url().optional(),
repository: z.string().url(),
description: z.string(),
category: z.enum([
'Debugging',
'Linting and Formatting',
Expand Down

0 comments on commit 8386ee2

Please sign in to comment.