Drop IE 9/10 support (#2136)

* Drop IE 9/10 support

* Remove IE-related comments

They no longer apply.

* Update browserslist

* Exclude old Safari (5.1)
This commit is contained in:
ylemkimon
2019-11-02 07:43:47 +09:00
committed by Kevin Barabash
parent b14197d9c9
commit 4ec2806b3e
7 changed files with 32 additions and 39 deletions

View File

@@ -4,8 +4,8 @@ not dead
# Browsers with more than 0.1% global usage, excluding old browsers
> 0.1%
not chrome < 45
not ie < 9
not ie < 11
not safari < 9
# Currently maintained Node.js versions
maintained node versions