UNPKG

406 BJSONView Raw
1{
2 "$schema":
3 "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
4 "schematics": {
5 "ngrx-router-store-migration-01": {
6 "description": "The road to v6",
7 "version": "5.2",
8 "factory": "./6_0_0/index"
9 },
10 "ngrx-router-store-migration-02": {
11 "description": "The road to v8",
12 "version": "8-beta",
13 "factory": "./8_0_0/index"
14 }
15 }
16}