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:
0xflotus 2019-01-07 08:17:35 +01:00 committed by Eugen Rochko
父節點 3a07e85c4d
當前提交 bc4e49fb66
共有 1 個文件被更改,包括 2 次插入1 次删除

查看文件

@ -21,7 +21,8 @@
"browserslist": [
"last 2 versions",
"IE >= 11",
"iOS >= 9"
"iOS >= 9",
"not dead"
],
"private": true,
"dependencies": {