Skip to content

Commit 47e0dc6

Browse files
committed
pretty
1 parent 4f4610d commit 47e0dc6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ const SV_ADD_CMD: Record<string, { alias: string; options?: string }> = {
3636
'@sveltejs/adapter-netlify': { alias: 'sveltekit-adapter', options: 'adapter:netlify' }
3737
};
3838

39-
const FEATURED: {
40-
title: string;
41-
description?: string;
42-
packages: string[];
43-
}[] = [
39+
const FEATURED: { title: string; description?: string; packages: string[] }[] = [
4440
{
4541
title: 'Component libraries',
4642
packages: [

0 commit comments

Comments
 (0)