fix(core): add missing `peerDependency ` to `@angular/compiler` (#26033)

In 919f42fea1 (diff-58563046c4439699f2e6a89187099a54) a dependency to the compiler was added. However the peerDependency was not added.
PR Close #26033
This commit is contained in:
Alan Agius 2018-09-20 10:38:43 +02:00 committed by Kara Erickson
parent 48e73c1558
commit 549de1e21a
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
"tslib": "^1.9.0" "tslib": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/compiler": "0.0.0-PLACEHOLDER",
"rxjs": "^6.0.0", "rxjs": "^6.0.0",
"zone.js": "~0.8.26" "zone.js": "~0.8.26"
}, },