Skip to content

Commit

Permalink
fix(@angular-devkit/schematics): add aliases to collection-schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
louislarry authored and alexeagle committed Feb 15, 2019
1 parent 355a8e6 commit b2059d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/angular_devkit/schematics/collection-schema.json
Expand Up @@ -26,6 +26,12 @@
"additionalProperties": {
"type": "object",
"properties": {
"aliases": {
"type": "array",
"items": {
"type": "string"
}
},
"factory": {
"type": "string",
"description": "A folder or file path to the schematic factory"
Expand Down

0 comments on commit b2059d0

Please sign in to comment.