File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 51
51
"url" : " https://github.com/angular/angular-cli/issues"
52
52
},
53
53
"homepage" : " https://github.com/angular/angular-cli" ,
54
- "workspaces" : [
55
- " packages/angular/*" ,
56
- " packages/angular_devkit/*" ,
57
- " packages/ngtools/*" ,
58
- " packages/schematics/*"
59
- ],
54
+ "workspaces" : {
55
+ "packages" : [
56
+ " packages/angular/*" ,
57
+ " packages/angular_devkit/*" ,
58
+ " packages/ngtools/*" ,
59
+ " packages/schematics/*"
60
+ ],
61
+ "nohoist" : [
62
+ " @angular/compiler-cli"
63
+ ]
64
+ },
60
65
"dependencies" : {
61
66
"glob" : " ^7.0.3" ,
62
67
"node-fetch" : " ^2.2.0" ,
66
71
"typescript" : " ~3.0.1"
67
72
},
68
73
"devDependencies" : {
74
+ "@angular/compiler" : " ^7.0.0-beta.4" ,
75
+ "@angular/compiler-cli" : " ^7.0.0-beta.4" ,
69
76
"@bazel/typescript" : " 0.16.1" ,
70
77
"@ngtools/json-schema" : " ^1.1.0" ,
71
78
"@types/copy-webpack-plugin" : " ^4.4.1" ,
You can’t perform that action at this time.
0 commit comments