mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-10-31 20:14:26 +00:00
refactored package.json (#9740)
added `not dead` to browserslist config, because the previous config covered e.g. IE Versions, that are not maintained + IE >= 11. considering [browserslist best practice guide](https://github.com/browserslist/browserslist/blob/master/README.md#best-practices)
This commit is contained in:
parent
3a07e85c4d
commit
bc4e49fb66
|
@ -21,7 +21,8 @@
|
|||
"browserslist": [
|
||||
"last 2 versions",
|
||||
"IE >= 11",
|
||||
"iOS >= 9"
|
||||
"iOS >= 9",
|
||||
"not dead"
|
||||
],
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue