misc: set supported Node version to >= 6

pull/1766/head jitsi-meet_2232
Saúl Ibarra Corretgé 7 years ago committed by hristoterezov
parent 0481e4cf00
commit e78c70e53d
  1. 2
      README.md
  2. 3
      package.json

@ -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

@ -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",

Loading…
Cancel
Save