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

@ -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',