Skip to content

Commit

Permalink
chore: update template
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Jan 5, 2024
1 parent 4401eb8 commit 9ed3383
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,14 @@ export const templates = [
variants: [
{
name: 'Rollup, Reactjs, Typescript',
color: red,
color: green,
githubRepo: 'https://github.com/hunghg255/rollup-package-react-template',
},
{
name: 'Tsup, Reactjs, Typescript',
color: red,
githubRepo: 'https://github.com/hunghg255/tsup-react-typescript-template',
},
{
name: 'Microbundle, Reactjs, Typescript',
color: yellow,
Expand Down

0 comments on commit 9ed3383

Please sign in to comment.