Skip to content

Commit

Permalink
Make template descriptions consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Oct 20, 2024
1 parent 6870e91 commit 4591fb9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion v3/internal/templates/preact-ts/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Preact + Vite (Typescript)",
"shortname": "preact-ts",
"author": "Lea Anthony",
"description": "Preact + Vite development server",
"description": "Preact + TS + Vite development server",
"helpurl": "https://wails.io",
"version": 3
}
2 changes: 1 addition & 1 deletion v3/internal/templates/react-swc-ts/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "React + SWC + Vite (Typescript)",
"shortname": "react-swc-ts",
"author": "Lea Anthony",
"description": "React + SWC + Vite development server",
"description": "React + TS + SWC + Vite development server",
"helpurl": "https://wails.io",
"version": 3
}
2 changes: 1 addition & 1 deletion v3/internal/templates/solid-ts/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Solid + Vite (Typescript)",
"shortname": "solid-ts",
"author": "Lea Anthony",
"description": "Solid (Typescript) + Vite development server",
"description": "Solid + TS + Vite development server",
"helpurl": "https://wails.io",
"version": 3
}
2 changes: 1 addition & 1 deletion v3/internal/templates/sveltekit-ts/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "SvelteKit Typescript + Vite",
"shortname": "sveltekit-ts",
"author": "Atterpac",
"description": "SvelteKit + Vite development server",
"description": "SvelteKit + TS + Vite development server",
"helpurl": "https://wails.io",
"version": 3
}
2 changes: 1 addition & 1 deletion v3/internal/templates/vanilla-ts/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Vanilla + Vite (Typescript)",
"shortname": "vanilla-ts",
"author": "Lea Anthony",
"description": "Vanilla + Vite development server",
"description": "Vanilla + TS + Vite development server",
"helpurl": "https://wails.io",
"version": 3
}
2 changes: 1 addition & 1 deletion v3/internal/templates/vue-ts/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Vue + Vite (Typescript)",
"shortname": "vue-ts",
"author": "Lea Anthony",
"description": "Vue + Vite development server",
"description": "Vue + TS + Vite development server",
"helpurl": "https://wails.io",
"version": 3
}

0 comments on commit 4591fb9

Please sign in to comment.