File fix-git-deps.patch of Package kando
--- a/package.json
+++ b/package.json
@@ -54,8 +54,7 @@
"commander": "^14.0.0",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.1",
- "dbus-final": "github:Jelmerro/dbus-final",
- "drag-drop-touch": "github:kando-menu/dragdroptouch",
+ "drag-drop-touch": "@dragdroptouch/drag-drop-touch@2.0.3",
"electron": "^31.0.0",
"electron-devtools-installer": "^4.0.0",
"electron-squirrel-startup": "^1.0.0",
--- a/package-lock.json
+++ b/package-lock.json
@@ -635,7 +635,7 @@
},
"node_modules/@electron/node-gyp": {
"version": "10.2.0-electron.1",
- "resolved": "git+ssh://git@github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2",
+ "resolved": "https://registry.npmjs.org/@electron/node-gyp/-/node-gyp-10.2.0-electron.1.tgz",
"integrity": "sha512-CrYo6TntjpoMO1SHjl5Pa/JoUsECNqNdB7Kx49WLQpWzPw53eEITJ2Hs9fh/ryUYDn4pxZz11StaBYBrLFJdqg==",
"dev": true,
"license": "MIT",
@@ -814,7 +814,7 @@
"dev": true,
"license": "MIT",
"dependencies": {
- "@electron/node-gyp": "git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2",
+ "@electron/node-gyp": "10.2.0-electron.1",
"@malept/cross-spawn-promise": "^2.0.0",
"chalk": "^4.0.0",
"debug": "^4.1.1",
@@ -5936,7 +5936,7 @@
},
"node_modules/drag-drop-touch": {
"version": "2.0.0",
- "resolved": "git+ssh://git@github.com/kando-menu/dragdroptouch.git#197440606184526d37553941d344a1da45011e01",
+ "resolved": "https://registry.npmjs.org/@dragdroptouch/drag-drop-touch/-/drag-drop-touch-2.0.3.tgz",
"dev": true,
"license": "MIT"
},