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 3636 "generators" : " ./plugin/generators.json" ,
3737 "schematics" : " ./plugin/generators.json" ,
3838 "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+ }
4045 },
4146 "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+ }
4353 },
4454 "web-types" : " ./web-types.json"
4555}
Original file line number Diff line number Diff line change 22 "type" : " commonjs" ,
33 "generators" : " ./generators.json" ,
44 "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+ }
611 },
712 "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+ }
919 },
1020 "dependencies" : {
1121 "@nx/devkit" : " 16.8.1"
You can’t perform that action at this time.
0 commit comments