build: bazel should have runtime dep on @bazel/typescript (#18914)
PR Close #18914
This commit is contained in:
parent
e03559867b
commit
4fa6ae82ee
|
@ -6,9 +6,11 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
|
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
|
||||||
"@bazel/typescript": "~0.0.7",
|
|
||||||
"typescript": "~2.3"
|
"typescript": "~2.3"
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@bazel/typescript": "~0.0.7"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/angular/angular.git"
|
"url": "https://github.com/angular/angular.git"
|
||||||
|
|
Loading…
Reference in New Issue