mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix: generator
This commit is contained in:
@@ -24,13 +24,16 @@
|
||||
"$source": "argv",
|
||||
"index": 1
|
||||
},
|
||||
"x-priority": "important"
|
||||
"x-priority": "important",
|
||||
"x-prompt": "What should be the title of your challenge?",
|
||||
"pattern": "^[a-zA-Z].*$"
|
||||
},
|
||||
"author": {
|
||||
"description": "Your full name",
|
||||
"type": "string",
|
||||
"maxLength": "25",
|
||||
"x-priority": "important"
|
||||
"x-priority": "important",
|
||||
"x-prompt": "Author?"
|
||||
},
|
||||
"challengeDifficulty": {
|
||||
"description": "The difficulty of the challenge.",
|
||||
|
||||
Reference in New Issue
Block a user