Fix unauthenticated git protocol
Closes #2 (closed).
GitHub disabled the git://
and ssh://
unauthenticated protocols, preferring https://
.
This MR fixes yarn building by editing the package-lock.json
and yarn.lock
files with a simple git://
> git+https://
string replace.
I am not familiar enough with the npm build process to know if there is a better method that avoids modifying the lock files directly, but mx-puppet-discord, at least, builds and tests fine on my arm64 deployment after this change.
Edited by Myned