11 lines
298 B
JSON
11 lines
298 B
JSON
{
|
|
"$schema": "@angular-devkit/schematics/collection-schema.json",
|
|
"schematics": {
|
|
"ng-add": {
|
|
"description": "Add GitHub pages deploy schematic (angular-cli-ghpages)",
|
|
"factory": "./ng-add#ngAdd",
|
|
"schema": "./ng-add-schema.json",
|
|
"aliases": ["install"]
|
|
}
|
|
}
|
|
}
|