From 806ebe6e1abea47583ec57b6811b67958a2b3369 Mon Sep 17 00:00:00 2001 From: Claudius Date: Sun, 12 May 2019 10:01:38 +0200 Subject: 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 --- .babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.babelrc') diff --git a/.babelrc b/.babelrc index 26e5c924..ad37aa75 100644 --- a/.babelrc +++ b/.babelrc @@ -2,7 +2,7 @@ "presets": [ ["env", { "targets": { - "node": "6", + "node": "8", "uglify": true } }] -- cgit v1.2.3