openvidu-insecure-react: browsers list added to package.json

This commit is contained in:
pabloFuente 2018-12-14 19:44:56 +01:00
parent 6af638bfae
commit 9bd371e2dc

View File

@ -14,5 +14,11 @@
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}