Kargi-Sitesi/node_modules/angular-cli-ghpages/collection.json

12 lines
298 B
JSON
Raw Normal View History

2024-11-04 02:30:09 +00:00
{
"$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"]
}
}
}