CyberChef/.babelrc

11 lines
182 B
Plaintext
Raw Normal View History

{
"presets": [
["env", {
"targets": {
"chrome": 40,
"firefox": 35,
"edge": 14
}
}]
]
}