From 29c2dcff616a8a8505b499d1efd4a57a0409bed5 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 8 Jun 2016 09:20:14 -0700 Subject: [PATCH] fix(http): remove peerDep on @angular/common it is not needed there because it will get transitively installed by @angular/platform-browser we only need to declare this dependency in tsconfig.json because tsconfig.json's do not support transitive dependencies in this way. --- modules/@angular/http/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/@angular/http/package.json b/modules/@angular/http/package.json index d3af3f8c06..920c7a2696 100644 --- a/modules/@angular/http/package.json +++ b/modules/@angular/http/package.json @@ -10,7 +10,6 @@ "peerDependencies": { "rxjs": "5.0.0-beta.6", "@angular/core": "0.0.0-PLACEHOLDER", - "@angular/common": "0.0.0-PLACEHOLDER", "@angular/platform-browser": "0.0.0-PLACEHOLDER" }, "repository": {