Compiling down to lts

This commit is contained in:
Justin Dalrymple 2018-03-19 11:30:01 -04:00
parent e7b3d4acc5
commit b644d48d3d

View File

@ -2,7 +2,7 @@
"presets": [
["@babel/preset-env", {
"targets": {
"node": "9.80"
"node": "8.9.0"
}
}]
],