drop node 6 support

We will no longer test on node6 and instead focus on 8+. This won't
break node6 immediately, but we will no longer go out of our way
supporting a version that does not receive security updates.

Signed-off-by: Claudius <opensource@amenthes.de>
This commit is contained in:
Claudius
2019-05-12 10:01:38 +02:00
parent 4833f300c5
commit 806ebe6e1a
4 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
"presets": [
["env", {
"targets": {
"node": "6",
"node": "8",
"uglify": true
}
}]