mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 02:06:15 -04:00
Updated dependencies
This commit is contained in:
parent
9197ac6510
commit
8aeb7b60a7
5 changed files with 1916 additions and 1624 deletions
4
.babelrc
4
.babelrc
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"presets": [
|
||||
["env", {
|
||||
["@babel/preset-env", {
|
||||
"targets": {
|
||||
"chrome": 40,
|
||||
"firefox": 35,
|
||||
|
@ -8,7 +8,7 @@
|
|||
"node": "6.5"
|
||||
},
|
||||
"modules": false,
|
||||
"useBuiltIns": true
|
||||
"useBuiltIns": "usage"
|
||||
}]
|
||||
],
|
||||
"plugins": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue