Skip to content

Commit d6c7a31

Browse files
committed
release: v0.0.6
1 parent 36483ca commit d6c7a31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tsrouter-app",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ async function createApp(projectName: string, options: Required<Options>) {
186186

187187
// Install dependencies
188188
const s = spinner()
189-
s.start(`Installing dependencies via ${options.packageManager}`)
189+
s.start(`Installing dependencies via ${options.packageManager}...`)
190190
await execa(options.packageManager, ['install'], { cwd: targetDir })
191191
s.stop(`Installed dependencies`)
192192

0 commit comments

Comments
 (0)