misc: set supported Node version to >= 6
This commit is contained in:
parent
0481e4cf00
commit
e78c70e53d
|
@ -28,6 +28,8 @@ You can get our mobile versions from here:
|
||||||
|
|
||||||
## Building the sources
|
## Building the sources
|
||||||
|
|
||||||
|
Node.js >= 6 is required.
|
||||||
|
|
||||||
On Debian/Ubuntu systems, the required packages can be installed with:
|
On Debian/Ubuntu systems, the required packages can be installed with:
|
||||||
```
|
```
|
||||||
sudo apt-get install npm nodejs-legacy
|
sudo apt-get install npm nodejs-legacy
|
||||||
|
|
|
@ -98,6 +98,9 @@
|
||||||
"webpack": "2.6.1",
|
"webpack": "2.6.1",
|
||||||
"webpack-dev-server": "2.4.5"
|
"webpack-dev-server": "2.4.5"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6.0.0"
|
||||||
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "jshint . && eslint . && flow",
|
"lint": "jshint . && eslint . && flow",
|
||||||
|
|
Loading…
Reference in New Issue