Updated supported browser versions.

This commit is contained in:
n1474335 2019-08-28 17:14:12 +01:00
parent 686ca284fe
commit c9deaae744
3 changed files with 8 additions and 9 deletions

View file

@ -31,10 +31,9 @@
"module": "src/node/index.mjs",
"bugs": "https://github.com/gchq/CyberChef/issues",
"browserslist": [
"Chrome >= 40",
"Firefox >= 35",
"Edge >= 14",
"node >= 6.5"
"Chrome >= 50",
"Firefox >= 38",
"node >= 10"
],
"devDependencies": {
"@babel/core": "^7.5.0",