mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
21 lines
873 B
JSON
21 lines
873 B
JSON
{
|
|
"migrations": [
|
|
{
|
|
"version": "15.7.0-beta.0",
|
|
"description": "Split global configuration files into individual project.json files. This migration has been added automatically to the beginning of your migration set to retroactively make them work with the new version of Nx.",
|
|
"cli": "nx",
|
|
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files",
|
|
"package": "@nrwl/workspace",
|
|
"name": "15-7-0-split-configuration-into-project-json-files"
|
|
},
|
|
{
|
|
"version": "15.7.0-beta.0",
|
|
"description": "Split global configuration files (e.g., workspace.json) into individual project.json files.",
|
|
"cli": "nx",
|
|
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files",
|
|
"package": "@nrwl/workspace",
|
|
"name": "15-7-0-split-configuration-into-project-json-files"
|
|
}
|
|
]
|
|
}
|