mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"migrations": [
|
|
{
|
|
"version": "10.0.0-beta.0",
|
|
"description": "Add default branch to nx.json",
|
|
"factory": "./src/migrations/update-10-0-0/update-10-0-0",
|
|
"package": "@nrwl/workspace",
|
|
"name": "add-default-branch-to-nx-json"
|
|
},
|
|
{
|
|
"version": "10.0.0-beta.0",
|
|
"description": "Migrate tsconfigs to solution style tsconfigs",
|
|
"factory": "./src/migrations/update-10-0-0/solution-tsconfigs",
|
|
"package": "@nrwl/workspace",
|
|
"name": "solution-tsconfigs"
|
|
},
|
|
{
|
|
"version": "10.0.1-beta.0",
|
|
"description": "Migrate .eslintrc files to reference new tsconfig",
|
|
"factory": "./src/migrations/update-10-0-1/migrate-eslintrc",
|
|
"package": "@nrwl/workspace",
|
|
"name": "migrate-eslintrc-tsconfig"
|
|
},
|
|
{
|
|
"version": "10.0.0-beta.2",
|
|
"description": "update jest configs to include setup env files",
|
|
"factory": "./src/migrations/update-10-0-0/update-jest-configs",
|
|
"package": "@nrwl/jest",
|
|
"name": "update-10.0.0"
|
|
}
|
|
]
|
|
} |