misc: set supported Node version to >= 6

This commit is contained in:
Saúl Ibarra Corretgé 2017-07-10 18:31:59 +02:00 committed by hristoterezov
parent 0481e4cf00
commit e78c70e53d
2 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,8 @@ You can get our mobile versions from here:
## Building the sources
Node.js >= 6 is required.
On Debian/Ubuntu systems, the required packages can be installed with:
```
sudo apt-get install npm nodejs-legacy

View File

@ -98,6 +98,9 @@
"webpack": "2.6.1",
"webpack-dev-server": "2.4.5"
},
"engines": {
"node": ">=6.0.0"
},
"license": "Apache-2.0",
"scripts": {
"lint": "jshint . && eslint . && flow",