Bläddra i källkod

Update npm version and package-lock

master
Bettenbuk Zoltan 6 år sedan
förälder
incheckning
4a9fdb8a10
3 ändrade filer med 3229 tillägg och 3217 borttagningar
  1. 1
    1
      README.md
  2. 3226
    3215
      package-lock.json
  3. 2
    1
      package.json

+ 1
- 1
README.md Visa fil

33
 
33
 
34
 ## Building the sources
34
 ## Building the sources
35
 
35
 
36
-Node.js >= 8 is required.
36
+Node.js >= 8 and npm >= 6 are required.
37
 
37
 
38
 On Debian/Ubuntu systems, the required packages can be installed with:
38
 On Debian/Ubuntu systems, the required packages can be installed with:
39
 ```
39
 ```

+ 3226
- 3215
package-lock.json
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 2
- 1
package.json Visa fil

106
     "webpack-dev-server": "2.9.5"
106
     "webpack-dev-server": "2.9.5"
107
   },
107
   },
108
   "engines": {
108
   "engines": {
109
-    "node": ">=6.0.0"
109
+    "node": ">=8.0.0",
110
+    "npm": ">=6.0.0"
110
   },
111
   },
111
   "license": "Apache-2.0",
112
   "license": "Apache-2.0",
112
   "scripts": {
113
   "scripts": {

Laddar…
Avbryt
Spara