channelz: add back angular build CLI tool (#293)
This is required for the 'ng build' command to be available, which is how angular apps are built on the CLI. Previously I was too aggressive in pruning packages to fix the security audit findings and removed this package.
This commit is contained in:
parent
9986ff8603
commit
ac46dc6016
File diff suppressed because it is too large
Load Diff
|
|
@ -30,6 +30,7 @@
|
||||||
"@angular/cli": "^6.0.8",
|
"@angular/cli": "^6.0.8",
|
||||||
"@angular/compiler-cli": "^6.0.3",
|
"@angular/compiler-cli": "^6.0.3",
|
||||||
"@angular/language-service": "^6.0.3",
|
"@angular/language-service": "^6.0.3",
|
||||||
|
"@angular-devkit/build-angular": "^0.6.8",
|
||||||
"@types/jasmine": "^2.8.8",
|
"@types/jasmine": "^2.8.8",
|
||||||
"@types/jasminewd2": "^2.0.2",
|
"@types/jasminewd2": "^2.0.2",
|
||||||
"@types/node": "^6.0.112",
|
"@types/node": "^6.0.112",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue