summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorClaudius2019-05-12 10:01:38 +0200
committerClaudius2019-05-13 19:37:21 +0200
commit806ebe6e1abea47583ec57b6811b67958a2b3369 (patch)
tree88277eada4ae763feed35e2ca38f1616a280314b /package.json
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 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 374a047e..490fe5a0 100644
--- a/package.json
+++ b/package.json
@@ -119,7 +119,7 @@
"socket.io": "~2.1.1",
"socket.io-client": "~2.1.1",
"spin.js": "^2.3.2",
- "sqlite3": "^4.0.1",
+ "sqlite3": "^4.0.7",
"store": "^2.0.12",
"string": "^3.3.3",
"tedious": "^1.14.0",
@@ -141,7 +141,7 @@
"**/request": "^2.88.0"
},
"engines": {
- "node": ">=6.x"
+ "node": ">=8.x"
},
"bugs": "https://github.com/codimd/server/issues",
"keywords": [