Skip to content

Commit

Permalink
remove IE 9 and 10 (closes #12)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Dec 29, 2018
1 parent 5930310 commit c75b3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
platform: 'Windows 10'
}, {
name: 'internet explorer',
version: '9..11'
version: '11'
}, {
name: 'safari',
version: '-3..latest'
Expand All @@ -33,7 +33,7 @@ module.exports = {
platform: 'Windows 10'
}, {
name: 'internet explorer',
version: ['9', '11']
version: '11'
}, {
name: 'firefox',
version: 'latest',
Expand Down

0 comments on commit c75b3b8

Please sign in to comment.