summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-13 18:48:06 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-13 18:48:06 +0100
commitcdee7c1230730847a3995202176512614389f453 (patch)
treecd504f1cbf9694e0c0cf58233b723010cd8141cd /js
parent7af3fc0577839d15a00b4e3d2f87144333a60608 (diff)
add engine requirement
Diffstat (limited to 'js')
-rw-r--r--js/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/package.json b/js/package.json
index 177d0847b..026cae875 100644
--- a/js/package.json
+++ b/js/package.json
@@ -22,6 +22,9 @@
"bugs": {
"url": "https://github.com/owncloud/news/issues"
},
+ "engines": {
+ "node": ">=5.6"
+ },
"private": true,
"homepage": "https://github.com/owncloud/news",
"devDependencies": {