2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Merge branch 'v9' of github.com:gchq/CyberChef into node-lib

This commit is contained in:
d98762625
2019-07-05 11:07:31 +01:00
122 changed files with 24317 additions and 4174 deletions

View File

@@ -4,12 +4,6 @@ module.exports = function(api) {
return {
"presets": [
["@babel/preset-env", {
"targets": {
"chrome": 40,
"firefox": 35,
"edge": 14,
"node": "6.5"
},
"modules": false,
"useBuiltIns": "entry",
"corejs": 3