useasdemo
Version:
16 lines (15 loc) • 432 B
JSON
{
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"migration-v2": {
"version": "1.0.0-rc.1",
"description": "Updates ecip to v2",
"factory": "./ng-update/index#updateToV2"
},
"ng-post-update": {
"description": "Performs cleanup after ng-update.",
"factory": "./ng-update/index#postUpdate",
"private": true
}
}
}