Skip to content

Commit 707f8b6

Browse files
committed
fix: Choosing Alpine via CLI is broken
1 parent b778275 commit 707f8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ const Boilerplates = [
101101
kolor: ansi256(116),
102102
variants: [
103103
{
104-
name: 'inferno-js',
104+
name: 'alpine-js',
105105
display: 'JavaScript',
106106
kolor: ansi256(226),
107107
},
108108
{
109-
name: 'inferno-ts',
109+
name: 'alpine-ts',
110110
display: 'TypeScript',
111111
kolor: ansi256(25),
112112
},

0 commit comments

Comments
 (0)