fix(compiler-cli): remove peerDependency on @angular/platform-server (#12122)

There is no runtime dependency from the compiler-cli on @angular/platform-server - it was most likely added to package.json by mistake.
This commit is contained in:
Igor Minar 2016-10-06 09:30:02 -07:00 committed by Tobias Bosch
parent eaaec6979c
commit 71b7654660
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
"peerDependencies": {
"typescript": "^2.0.2",
"@angular/compiler": "0.0.0-PLACEHOLDER",
"@angular/platform-server": "0.0.0-PLACEHOLDER",
"@angular/core": "0.0.0-PLACEHOLDER"
},
"repository": {