Skip to content

Commit

Permalink
fix: Choosing Alpine via CLI is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jolo-dev committed May 11, 2024
1 parent b778275 commit 707f8b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ const Boilerplates = [
kolor: ansi256(116),
variants: [
{
name: 'inferno-js',
name: 'alpine-js',
display: 'JavaScript',
kolor: ansi256(226),
},
{
name: 'inferno-ts',
name: 'alpine-ts',
display: 'TypeScript',
kolor: ansi256(25),
},
Expand Down

0 comments on commit 707f8b6

Please sign in to comment.