build: bazel should have runtime dep on @bazel/typescript (#18914)

PR Close #18914
This commit is contained in:
Alex Eagle 2017-08-28 16:16:42 -07:00 committed by Jason Aden
parent e03559867b
commit 4fa6ae82ee
1 changed files with 3 additions and 1 deletions

View File

@ -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"