Update npm version and package-lock

This commit is contained in:
Bettenbuk Zoltan 2018-06-13 10:20:38 +02:00 committed by Saúl Ibarra Corretgé
parent 602c8610bf
commit 4a9fdb8a10
3 changed files with 3229 additions and 3217 deletions

View File

@ -33,7 +33,7 @@ You can get our mobile versions from here:
## 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:
```

6441
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -106,7 +106,8 @@
"webpack-dev-server": "2.9.5"
},
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0",
"npm": ">=6.0.0"
},
"license": "Apache-2.0",
"scripts": {