summaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorClaudius2019-05-12 10:01:38 +0200
committerClaudius2019-05-13 19:37:21 +0200
commit806ebe6e1abea47583ec57b6811b67958a2b3369 (patch)
tree88277eada4ae763feed35e2ca38f1616a280314b /.babelrc
parent4833f300c527b96cc5d6d16c605df8cf04d06c1d (diff)
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>
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc2
1 files changed, 1 insertions, 1 deletions
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
}
}]