fix(router): correct peerDependencies info in package.json

This commit is contained in:
Igor Minar 2016-08-31 16:29:56 -07:00
parent 1b5e2b5129
commit 08e48c8f73
2 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,8 @@
"homepage": "https://github.com/angular/angular/blob/master/modules/%40angular/router/README.md",
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"@angular/platform-browser-dynamic": "0.0.0-PLACEHOLDER",
"rxjs": "5.0.0-beta.11"
}
}

View File

@ -6,9 +6,7 @@ export default {
globals: {
'@angular/core': 'ng.core',
'@angular/common': 'ng.common',
'@angular/compiler': 'ng.compiler',
'@angular/platform-browser': 'ng.platformBrowser',
'@angular/platform-browser-dynamic': 'ng.platformBrowserDynamic',
'rxjs/BehaviorSubject': 'Rx',
'rxjs/Observable': 'Rx',