Skip to content

Commit

Permalink
Add valita to coverage table
Browse files Browse the repository at this point in the history
  • Loading branch information
decs committed Mar 2, 2024
1 parent 85a0334 commit 5cf47e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions turbo/generators/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,12 @@ export default function generator(plop: PlopTypes.NodePlopAPI): void {
name: 'suretype',
url: 'https://github.com/grantila/suretype',
},
{
adapter: adapters.find(adapter => adapter.name === 'valita'),
github: 'badrap/valita',
name: 'valita',
url: 'https://github.com/badrap/valita',
},
],
},
path: 'README.md',
Expand Down

0 comments on commit 5cf47e6

Please sign in to comment.