Explorar el Código

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)
master
0xflotus hace 5 años
committed by Eugen Rochko
padre
commit
bc4e49fb66
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      package.json

+ 2
- 1
package.json Ver fichero

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


Cargando…
Cancelar
Guardar