Incorporates fix from https://github.com/angular/angular-cli/pull/15041 which changed the behavior of registering schematic defaults
15 lines
484 B
JSON
15 lines
484 B
JSON
{
|
|
"schematics": {
|
|
"upgrade-ngrx-8-0": {
|
|
"version": "8.3.0-beta.1",
|
|
"description": "Upgrades NgRx dependencies to version 8, and runs migrations for breaking changes",
|
|
"factory": "./src/migrations/update-8-3-0/upgrade-ngrx-8-0"
|
|
},
|
|
"upgrade-cli-8-3": {
|
|
"version": "8.5.0-beta.1",
|
|
"description": "Upgrades Angular CLI to 8.3.0 and NgRx dependencies to version 8.2",
|
|
"factory": "./src/migrations/update-8-5-0/upgrade-cli-8-3"
|
|
}
|
|
}
|
|
}
|