Skip to content

Commit

Permalink
Merge pull request #85 from jolo-dev/jolo-dev/cli-choosing-alpine-is-84
Browse files Browse the repository at this point in the history
fix: Choosing Alpine via CLI is broken
  • Loading branch information
guocaoyi authored May 28, 2024
2 parents 9df8353 + 707f8b6 commit ebdf929
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 ebdf929

Please sign in to comment.