FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NativeScript/migrations.json at master · lospringliu/NativeScript · GitHub
lospringliu
/
NativeScript
Public
forked from
NativeScript/NativeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
NativeScript
/
migrations.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 1.02 KB
Breadcrumbs
NativeScript
/
migrations.json
Copy path
File metadata and controls
32 lines (32 loc) · 1.02 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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
"
}
]
}
Back
|
FazBrowse Home
|
New Git URL