Skip to content

Commit

Permalink
include IE11 as supported browser. Closes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Oct 23, 2017
1 parent 4d586a8 commit f168e75
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/targets.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/* eslint-env node */
module.exports = {
browsers: [
'ie 9',
'last 1 Chrome versions',
'last 1 Firefox versions',
'last 1 Safari versions'
"> 1%",
"last 2 versions"
]
};

0 comments on commit f168e75

Please sign in to comment.