@schematics/update
Version:
Schematics specific to updating packages
16 lines (15 loc) • 451 B
JSON
{
"schematics": {
"update": {
"factory": "./update",
"schema": "./update/schema.json",
"description": "Update one or multiple packages to versions, updating peer dependencies along the way."
},
"migrate": {
"factory": "./migrate",
"schema": "./migrate/schema.json",
"description": "Schematic that calls the migrations of an installed package. Can be used separately",
"hidden": true
}
}
}