Updating node to 6.10

Same as defined in .travis.yml
This commit is contained in:
Jeremy Benoist
2018-09-07 14:20:02 +02:00
parent 4408ebd40a
commit c0b65ad1c9
2 changed files with 6 additions and 2 deletions

View File

@ -1,13 +1,13 @@
{
"name": "wallabag",
"version": "2.2.2",
"version": "2.3.3",
"description": "wallabag is a self hostable application for saving web pages",
"private": true,
"directories": {
"doc": "docs"
},
"engines": {
"node": ">4.8"
"node": ">=6.10"
},
"repository": {
"type": "git",