File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/schematics/angular Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ function migrateConfiguration(oldConfig: CliConfig): Rule {
73
73
const configPath = normalize ( 'angular.json' ) ;
74
74
context . logger . info ( `Updating configuration` ) ;
75
75
const config : JsonObject = {
76
- '$schema' : './node_modules/@angular-devkit/core/src/workspace/workspace- schema.json' ,
76
+ '$schema' : './node_modules/@angular/cli/lib/config/ schema.json' ,
77
77
version : 1 ,
78
78
newProjectRoot : 'projects' ,
79
79
projects : extractProjectsConfig ( oldConfig , host ) ,
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " ./node_modules/@angular-devkit/core/src/workspace/workspace- schema.json" ,
2
+ "$schema" : " ./node_modules/@angular/cli/lib/config/ schema.json" ,
3
3
"version" : 1 ,
4
4
"newProjectRoot" : " <%= newProjectRoot %>" ,
5
5
"projects" : {}
You can’t perform that action at this time.
0 commit comments