mirror of
https://github.com/gchq/CyberChef
synced 2024-12-26 04:23:10 +00:00
Modified babel to target Node 6.5
This commit is contained in:
parent
81f2a460ed
commit
875946b4e8
1 changed files with 4 additions and 2 deletions
6
.babelrc
6
.babelrc
|
@ -4,9 +4,11 @@
|
|||
"targets": {
|
||||
"chrome": 40,
|
||||
"firefox": 35,
|
||||
"edge": 14
|
||||
"edge": 14,
|
||||
"node": "6.5",
|
||||
},
|
||||
"modules": false
|
||||
"modules": false,
|
||||
"useBuiltIns": true
|
||||
}]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue