UNPKG

285 BJSONView Raw
1{
2 "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
3 "schematics": {
4 "migration-2.0.0": {
5 "version": "2.0.0-alpha.0",
6 "description": "Update to Apollo Angular 2 and Apollo Client 3",
7 "factory": "./migrations/v2"
8 }
9 }
10}