소스 검색

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",