fetch-npm-deps: handle all git+ urls the same during fixup

This commit is contained in:
Rhys
2024-01-13 13:49:25 +11:00
parent 8bb443b2b8
commit 8feda1aaac
@@ -66,7 +66,7 @@ fn fixup_lockfile(
{
if let Some(Value::String(resolved)) = package.get("resolved") {
if let Some(Value::String(integrity)) = package.get("integrity") {
if resolved.starts_with("git+ssh://") {
if resolved.starts_with("git+") {
fixed = true;
package