UNPKG

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