fix(router): correct peerDependencies info in package.json
This commit is contained in:
parent
1b5e2b5129
commit
08e48c8f73
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue