From 08e48c8f738fd3dc0b1fd0bdfe93775eb0781189 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 31 Aug 2016 16:29:56 -0700 Subject: [PATCH] fix(router): correct peerDependencies info in package.json --- modules/@angular/router/package.json | 2 -- modules/@angular/router/rollup.config.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/modules/@angular/router/package.json b/modules/@angular/router/package.json index ab9f5e3638..e9c38f110b 100644 --- a/modules/@angular/router/package.json +++ b/modules/@angular/router/package.json @@ -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" } } diff --git a/modules/@angular/router/rollup.config.js b/modules/@angular/router/rollup.config.js index dbd55d6301..3e52b6a40c 100644 --- a/modules/@angular/router/rollup.config.js +++ b/modules/@angular/router/rollup.config.js @@ -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',