20 lines
672 B
JSON
20 lines
672 B
JSON
{
|
|
"schematics": {
|
|
"update-builder-8.5.0": {
|
|
"version": "8.5.0-beta.1",
|
|
"description": "Update web build builder",
|
|
"factory": "./src/migrations/update-8-5-0/update-builder-8-5-0"
|
|
},
|
|
"update-builder-9.0.0": {
|
|
"version": "9.0.0-beta.1",
|
|
"description": "Rename @nrwl/web:bundle => @nrwl/web:package",
|
|
"factory": "./src/migrations/update-9-0-0/update-builder-9-0-0"
|
|
},
|
|
"set-build-libs-from-source": {
|
|
"version": "9.2.0-beta.1",
|
|
"description": "Set buildLibsFromSource property to true to not break existing projects.",
|
|
"factory": "./src/migrations/update-9-2-0/set-build-libs-from-source"
|
|
}
|
|
}
|
|
}
|