Skip to content

Commit ce092fb

Browse files
committed
more cleanup
1 parent 04805e7 commit ce092fb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const SV_ADD = {
22
// Keeping the same order as in sv
3-
// https://github.com/jycouet/cli/blob/main/packages/addons/_config/official.ts#L16-L17
3+
// https://github.com/sveltejs/cli/blob/main/packages/addons/_config/official.ts#L16-L17
44
packages: [
55
'prettier',
66
'eslint',
@@ -40,7 +40,6 @@ const FEATURED: {
4040
title: string;
4141
description?: string;
4242
packages: string[];
43-
weights?: Record<string, number>;
4443
}[] = [
4544
{
4645
title: 'Component libraries',
@@ -55,10 +54,7 @@ const FEATURED: {
5554
'carbon-components-svelte',
5655
'@sveltestrap/sveltestrap',
5756
'daisyui'
58-
],
59-
weights: {
60-
'shadcn-svelte': 2
61-
}
57+
]
6258
},
6359
{
6460
title: 'Individual components',

0 commit comments

Comments
 (0)