-
- Téléchargements
package.json: replace defunct git:// URLs
Using Git over HTTPS instead. Unencrypted `git://` does not seem to be supported by GitHub anymore: https://github.blog/2021-09-01-improving-git-protocol-security-github/ This prevented the package from building on NixOS: https://github.com/NixOS/nixpkgs/issues/165246
parent
cbd3c679
Aucune branche associée trouvée
Aucune étiquette associée trouvée
... | ... | @@ -36,7 +36,7 @@ |
}, | ||
"homepage": "https://github.com/Half-Shot/matrix-appservice-discord#readme", | ||
"dependencies": { | ||
"better-discord.js": "git://github.com/Sorunome/better-discord.js.git#b5a28499899fe2d9e6aa1aa3b3c5d693ae672117", | ||
"better-discord.js": "git+https://github.com/Sorunome/better-discord.js.git#b5a28499899fe2d9e6aa1aa3b3c5d693ae672117", | ||
"better-sqlite3": "^7.1.0", | ||
"command-line-args": "^5.1.1", | ||
"command-line-usage": "^6.1.0", | ||
... | ... |
Veuillez vous inscrire ou vous se connecter pour commenter