diff options
| author | XhmikosR <[email protected]> | 2020-03-11 21:15:44 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-11 21:15:44 +0200 |
| commit | 51268b700bf8dcad3e42ae621d47f87952243e82 (patch) | |
| tree | 37c6c872c1db5d252192d87ac5b3467d0a3c2f45 | |
| parent | 2a2b0b5abe7b44b519c9e19e8876b75608979dd0 (diff) | |
| download | bootstrap-51268b700bf8dcad3e42ae621d47f87952243e82.tar.xz bootstrap-51268b700bf8dcad3e42ae621d47f87952243e82.zip | |
.browserslistrc: bump the minimum supported version to 16.16299 (#30378)
This is what is currently supported by Microsoft https://en.wikipedia.org/wiki/Microsoft_Edge#Release_history
| -rw-r--r-- | .browserslistrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.browserslistrc b/.browserslistrc index 66df8f4f8..f316fb3fd 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -5,7 +5,7 @@ last 1 major version not dead Chrome >= 60 Firefox >= 60 -Edge >= 15.15063 +Edge >= 16.16299 Explorer 11 iOS >= 10 Safari >= 10 |
