Skip to content

Commit

Permalink
fix(schema.json): rollback schema.json in sub-app
Browse files Browse the repository at this point in the history
  • Loading branch information
avishayhajbi committed Mar 11, 2020
1 parent 9d80ab0 commit 49afdda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/sub-app/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"name": {
"type": "string",
"description": "The name of the application.",
"default": "App"
"$default": {
"$source": "argv",
"index": 0
},
"x-prompt": "What name would you like to use for the app?"
},
"language": {
"type": "string",
Expand Down

0 comments on commit 49afdda

Please sign in to comment.