Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
feat: Remove support for IE9 and IE10. These can be added manually by…
Browse files Browse the repository at this point in the history
… consumers.

BREAKING CHANGE: remove IE9 and IE10 browsers.
  • Loading branch information
treshugart committed Nov 3, 2016
1 parent 28e97e0 commit 3be46de
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions karma.browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ const browsers = {
platform: 'Windows 10',
version: '11',
},
internet_explorer_10: {
browserName: 'internet explorer',
platform: 'Windows 8',
version: '10',
},
internet_explorer_9: {
browserName: 'internet explorer',
platform: 'Windows 7',
version: '9',
},

// Edge
microsoftedge_latest: {
Expand Down

0 comments on commit 3be46de

Please sign in to comment.