瀏覽代碼

Change source of GitHub wekan packages to HTTPs (eliminates git ls-remote)

Nadav Tasher 6 月之前
父節點
當前提交
6df40f41ac
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -20,8 +20,8 @@
     "@babel/runtime": "^7.25.0",
     "@mapbox/node-pre-gyp": "^1.0.10",
     "@rwap/jquery-ui-touch-punch": "^1.0.11",
-    "@wekanteam/dragscroll": "github:wekan/dragscroll",
-    "@wekanteam/exceljs": "github:wekan/exceljs",
+    "@wekanteam/dragscroll": "https://github.com/wekan/dragscroll.git",
+    "@wekanteam/exceljs": "https://github.com/wekan/exceljs.git",
     "@wekanteam/html-to-markdown": "^1.0.2",
     "@wekanteam/meteor-globals": "^1.1.4",
     "@wekanteam/meteor-reactive-cache": "^1.0.6",