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 04805e7 commit ce092fbCopy full SHA for ce092fb
apps/svelte.dev/src/lib/packages-meta.ts
@@ -1,6 +1,6 @@
1
const SV_ADD = {
2
// Keeping the same order as in sv
3
- // https://github.com/jycouet/cli/blob/main/packages/addons/_config/official.ts#L16-L17
+ // https://github.com/sveltejs/cli/blob/main/packages/addons/_config/official.ts#L16-L17
4
packages: [
5
'prettier',
6
'eslint',
@@ -40,7 +40,6 @@ const FEATURED: {
40
title: string;
41
description?: string;
42
packages: string[];
43
- weights?: Record<string, number>;
44
}[] = [
45
{
46
title: 'Component libraries',
@@ -55,10 +54,7 @@ const FEATURED: {
55
54
'carbon-components-svelte',
56
'@sveltestrap/sveltestrap',
57
'daisyui'
58
- ],
59
- weights: {
60
- 'shadcn-svelte': 2
61
- }
+ ]
62
},
63
64
title: 'Individual components',
0 commit comments