UNPKG

431 BJSONView Raw
1{
2 "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3 "schematics": {
4 "migration-v16": {
5 "version": "16.0.0-0",
6 "description": "Updates the Angular CDK to v16",
7 "factory": "./ng-update/index#updateToV16"
8 },
9 "ng-post-update": {
10 "description": "Prints out results after ng-update.",
11 "factory": "./ng-update/index#postUpdate",
12 "private": true
13 }
14 }
15}