aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2018-09-07 14:20:02 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2018-09-07 15:18:00 +0200
commitc0b65ad1c982dbc0313a796be59b485223ef7e4f (patch)
treee69798d20213b54b76ee5f95c0ef36ea3bf25cea
parent4408ebd40a229ce384025b4444c003c5779962a3 (diff)
downloadwallabag-c0b65ad1c982dbc0313a796be59b485223ef7e4f.tar.gz
wallabag-c0b65ad1c982dbc0313a796be59b485223ef7e4f.tar.zst
wallabag-c0b65ad1c982dbc0313a796be59b485223ef7e4f.zip
Updating node to 6.10
Same as defined in .travis.yml
-rw-r--r--package.json4
-rw-r--r--yarn.lock4
2 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8d856bbb..ac894e79 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
1{ 1{
2 "name": "wallabag", 2 "name": "wallabag",
3 "version": "2.2.2", 3 "version": "2.3.3",
4 "description": "wallabag is a self hostable application for saving web pages", 4 "description": "wallabag is a self hostable application for saving web pages",
5 "private": true, 5 "private": true,
6 "directories": { 6 "directories": {
7 "doc": "docs" 7 "doc": "docs"
8 }, 8 },
9 "engines": { 9 "engines": {
10 "node": ">4.8" 10 "node": ">=6.10"
11 }, 11 },
12 "repository": { 12 "repository": {
13 "type": "git", 13 "type": "git",
diff --git a/yarn.lock b/yarn.lock
index 1dd45be4..7b62e0f9 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2178,6 +2178,10 @@ hawk@~3.1.3:
2178 hoek "2.x.x" 2178 hoek "2.x.x"
2179 sntp "1.x.x" 2179 sntp "1.x.x"
2180 2180
2181highlight.js@^9.12.0:
2182 version "9.12.0"
2183 resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.12.0.tgz#e6d9dbe57cbefe60751f02af336195870c90c01e"
2184
2181hmac-drbg@^1.0.0: 2185hmac-drbg@^1.0.0:
2182 version "1.0.1" 2186 version "1.0.1"
2183 resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" 2187 resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"