summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-28 17:09:46 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-28 17:09:46 +0200
commita9e0f9ae903635f5d799696246cb3cc394a1b365 (patch)
tree8784fc80803aecc1ba6c90e6fa75e51b9080ba65 /js/package.json
parent41851a17be5c9a42e8beffcfa07ed3a59d8a9f8a (diff)
Require latest node build deps
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/package.json b/js/package.json
index c0d466b22..4a0e56d14 100644
--- a/js/package.json
+++ b/js/package.json
@@ -25,7 +25,7 @@
"url": "https://github.com/owncloud/news/issues"
},
"engines": {
- "node": ">=5.6"
+ "node": ">=6"
},
"private": true,
"homepage": "https://github.com/owncloud/news",