File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
ng-schematics/src/migrations Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " ../node_modules/@angular-devkit/schematics/collection-schema.json" ,
3+ "encapsulation" : " true" ,
34 "schematics" : {
45 "migration-01" : {
56 "version" : " 2.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " ../../../../node_modules/@angular-devkit/schematics/collection-schema.json" ,
3+ "encapsulation" : " true" ,
34 "schematics" : {
4- "migration-01" : {
5- "version" : " 17.1.0" ,
6- "description" : " Updates Ignite UI for Angular Schematics project from 17.0.x to 17.1.x" ,
7- "factory" : " ./update-1" ,
8- "schema" : " ./schema.json"
9- }
5+ "migration-01" : {
6+ "version" : " 17.1.0" ,
7+ "description" : " Updates Ignite UI for Angular Schematics project from 17.0.x to 17.1.x" ,
8+ "factory" : " ./update-1" ,
9+ "schema" : " ./schema.json"
10+ }
1011 }
1112}
You can’t perform that action at this time.
0 commit comments