File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 36
36
"generators" : " ./plugin/generators.json" ,
37
37
"schematics" : " ./plugin/generators.json" ,
38
38
"nx-migrations" : {
39
- "migrations" : " ./migrations.json"
39
+ "migrations" : " ./plugin/migrations.json" ,
40
+ "packageGroup" : {
41
+ "angular-three-soba" : " *" ,
42
+ "angular-three-postprocessing" : " *" ,
43
+ "angular-three-cannon" : " *"
44
+ }
40
45
},
41
46
"ng-update" : {
42
- "migrations" : " ./migrations.json"
47
+ "migrations" : " ./plugin/migrations.json" ,
48
+ "packageGroup" : {
49
+ "angular-three-soba" : " *" ,
50
+ "angular-three-postprocessing" : " *" ,
51
+ "angular-three-cannon" : " *"
52
+ }
43
53
},
44
54
"web-types" : " ./web-types.json"
45
55
}
Original file line number Diff line number Diff line change 2
2
"type" : " commonjs" ,
3
3
"generators" : " ./generators.json" ,
4
4
"nx-migrations" : {
5
- "migrations" : " ./migrations.json"
5
+ "migrations" : " ./migrations.json" ,
6
+ "packageGroup" : {
7
+ "angular-three-soba" : " *" ,
8
+ "angular-three-postprocessing" : " *" ,
9
+ "angular-three-cannon" : " *"
10
+ }
6
11
},
7
12
"ng-update" : {
8
- "migrations" : " ./migrations.json"
13
+ "migrations" : " ./migrations.json" ,
14
+ "packageGroup" : {
15
+ "angular-three-soba" : " *" ,
16
+ "angular-three-postprocessing" : " *" ,
17
+ "angular-three-cannon" : " *"
18
+ }
9
19
},
10
20
"dependencies" : {
11
21
"@nx/devkit" : " 16.8.1"
You can’t perform that action at this time.
0 commit comments