Update npm version and package-lock
This commit is contained in:
parent
602c8610bf
commit
4a9fdb8a10
|
@ -33,7 +33,7 @@ You can get our mobile versions from here:
|
||||||
|
|
||||||
## Building the sources
|
## Building the sources
|
||||||
|
|
||||||
Node.js >= 8 is required.
|
Node.js >= 8 and npm >= 6 are required.
|
||||||
|
|
||||||
On Debian/Ubuntu systems, the required packages can be installed with:
|
On Debian/Ubuntu systems, the required packages can be installed with:
|
||||||
```
|
```
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -106,7 +106,8 @@
|
||||||
"webpack-dev-server": "2.9.5"
|
"webpack-dev-server": "2.9.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.0.0"
|
"node": ">=8.0.0",
|
||||||
|
"npm": ">=6.0.0"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue