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

This commit is contained in:
Nadav Tasher 2024-11-23 23:10:42 +02:00
parent 3e0ef3d070
commit 6df40f41ac

View file

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