summaryrefslogtreecommitdiffstats
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
parent41851a17be5c9a42e8beffcfa07ed3a59d8a9f8a (diff)
Require latest node build deps
-rw-r--r--README.md2
-rw-r--r--js/README.md2
-rw-r--r--js/package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index cab8ddda2..49d9bb023 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ are listed on the [ownCloud apps overview](https://github.com/owncloud/core/wiki
These Dependencies are only relevant if you want to build the source code:
* make
* which
-* Node.js >= 5.6
+* Node.js >= 6
* npm
* composer
diff --git a/js/README.md b/js/README.md
index f47482dcc..495e8b3ad 100644
--- a/js/README.md
+++ b/js/README.md
@@ -1,7 +1,7 @@
# JavaScript Development
JavaScript is built and minified using gulp.
-Therefore you need to install **Node.js 5.6+ and npm**. Then use npm to install **gulp-cli**:
+Therefore you need to install **Node.js 6+ and npm**. Then use npm to install **gulp-cli**:
sudo npm -g install gulp-cli
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",