From 6caf4ccff1f437f357f8c80fe5440dcdaf74545e Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Wed, 23 Nov 2016 00:06:13 +0000 Subject: [PATCH 1/2] Update CHANGELOG.md (#299) --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74dd70b48..548d8d4a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ Upgraders: for a fresh start, consider running these commands * `git clean -xdf` * `npm install` -* `npm run webdriver:update` # 0.2.17 (2016-11-16) From d68eb81fcda8119486d25ca5433c28968d937ee2 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Thu, 24 Nov 2016 16:13:56 +0000 Subject: [PATCH 2/2] chore(config): remove upgrade package mappings The package is not listed in `package.json` and https://github.com/angular/angular.io/pull/2803 will contain instructions to add it manually. --- systemjs.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/systemjs.config.js b/systemjs.config.js index 0d748b9e5..5fa7e9c24 100644 --- a/systemjs.config.js +++ b/systemjs.config.js @@ -23,8 +23,6 @@ '@angular/router': 'npm:@angular/router/bundles/router.umd.js', '@angular/router/upgrade': 'npm:@angular/router/bundles/router-upgrade.umd.js', '@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js', - '@angular/upgrade': 'npm:@angular/upgrade/bundles/upgrade.umd.js', - '@angular/upgrade/static': 'npm:@angular/upgrade/bundles/upgrade-static.umd.js', // other libraries 'rxjs': 'npm:rxjs',