Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

chore(config): remove upgrade package mappings #301

Merged
merged 2 commits into from
Nov 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Upgraders: for a fresh start, consider running these commands
* `git clean -xdf`
* `npm install`
* `npm run webdriver:update`

<a name="0.2.17"></a>
# 0.2.17 (2016-11-16)
Expand Down
2 changes: 0 additions & 2 deletions systemjs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down