瀏覽代碼

Update npm version and package-lock

j8
Bettenbuk Zoltan 7 年之前
父節點
當前提交
4a9fdb8a10
共有 3 個檔案被更改,包括 3229 行新增3217 行删除
  1. 1
    1
      README.md
  2. 3226
    3215
      package-lock.json
  3. 2
    1
      package.json

+ 1
- 1
README.md 查看文件

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

+ 3226
- 3215
package-lock.json
文件差異過大導致無法顯示
查看文件


+ 2
- 1
package.json 查看文件

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

Loading…
取消
儲存