{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "migration-v0": {
      "version": "0",
      "description": "Updates Ng-Matero to v0",
      "factory": "./ng-update/index#updateToV0"
    },
    "ng-post-update": {
      "description": "Prints out results after ng-update.",
      "factory": "./ng-update/index#postUpdate",
      "private": true
    }
  }
}
