gitbeaker/.babelrc
2017-12-17 17:27:13 -05:00

9 lines
94 B
Plaintext

{
"presets": [
["env", {
"targets": {
"node": "8.9.0"
}
}]
]
}