mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 13:53:03 -05:00
fix(generator): fix generator
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"docRepository": {
|
||||
"category": {
|
||||
"type": "string",
|
||||
"description": "The category of your challenge.",
|
||||
"x-priority": "important",
|
||||
@@ -94,11 +94,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"directory": {
|
||||
"description": "The directory of the new application.",
|
||||
"type": "string",
|
||||
"x-priority": "important"
|
||||
},
|
||||
"addTest": {
|
||||
"description": "add spec files.",
|
||||
"type": "boolean",
|
||||
@@ -120,11 +115,5 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"name",
|
||||
"title",
|
||||
"author",
|
||||
"challengeDifficulty",
|
||||
"docRepository"
|
||||
]
|
||||
"required": ["name", "title", "author", "challengeDifficulty", "category"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user