From 71b76546607cfb05f4f04371e6b7247a4e504f43 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 6 Oct 2016 09:30:02 -0700 Subject: [PATCH] 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. --- modules/@angular/compiler-cli/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/@angular/compiler-cli/package.json b/modules/@angular/compiler-cli/package.json index 1835c38f70..f4d81c19a1 100644 --- a/modules/@angular/compiler-cli/package.json +++ b/modules/@angular/compiler-cli/package.json @@ -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": {