Target node 6.9.0

Target the previous Node LTS instead of "whatever version of Node Adam
is running today." 🤦🏻‍♂️
This commit is contained in:
Adam Wathan 2017-11-01 18:01:29 -04:00
parent 49bcffa5f2
commit 2f8d461d83

View File

@ -53,7 +53,7 @@
"env",
{
"targets": {
"node": "current"
"node": "6.9.0"
}
}
],
@ -61,5 +61,8 @@
"stage-3",
"react"
]
},
"engines": {
"node": ">=6.9.0"
}
}