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.
This commit is contained in:
parent
cea103a7ff
commit
29c2dcff61
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue