16 lines
431 B
JSON
Executable File
16 lines
431 B
JSON
Executable File
{
|
|
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
"schematics": {
|
|
"migration-v20": {
|
|
"version": "20.0.0-0",
|
|
"description": "Updates the Angular CDK to v20",
|
|
"factory": "./ng-update/index#updateToV20"
|
|
},
|
|
"ng-post-update": {
|
|
"description": "Prints out results after ng-update.",
|
|
"factory": "./ng-update/index#postUpdate",
|
|
"private": true
|
|
}
|
|
}
|
|
}
|