Skip to content

Commit

Permalink
fix: create-sonnet-app
Browse files Browse the repository at this point in the history
  • Loading branch information
htmujahid committed Oct 2, 2024
1 parent 3e94e9c commit 015ea14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/create-sonnet/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ async function init() {
"message": "Package name:",
"invalidMessage": "Invalid package.json name"
},
"needsRouter": {
"message": "Install Sonnet Router?"
},
"needsTypeScript": {
"message": "Add TypeScript?"
},
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.19",
"version": "0.0.20",
"description": "",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 015ea14

Please sign in to comment.