fix(upgrade): add peerDependency on platform-browser-dynamic (#9674)

Closes #9623
This commit is contained in:
Igor Minar 2016-06-28 17:27:28 -07:00 committed by Victor Berchet
parent 296a447e3c
commit e2116c53f3
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"peerDependencies": { "peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER", "@angular/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "0.0.0-PLACEHOLDER", "@angular/compiler": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER" "@angular/platform-browser": "0.0.0-PLACEHOLDER",
"@angular/platform-browser-dynamic": "0.0.0-PLACEHOLDER"
}, },
"repository": { "repository": {
"type": "git", "type": "git",