Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
htmujahid committed Oct 4, 2024
1 parent 4e4573a commit 48a67bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-sonnet/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ async function init() {
}

if (result.needsRouter) {
codeTemplate += 'router';
codeTemplate += '-router';
}

if (needsTypeScript) {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sonnet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-sonnet-app",
"version": "0.0.20",
"version": "0.0.21",
"description": "",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 48a67bc

Please sign in to comment.