Skip to content

Commit

Permalink
moved private git "Zelcord/electron-context-menu" dependency into dsp…
Browse files Browse the repository at this point in the history
…-testing account and named as pnpm_github_dependency_private
  • Loading branch information
kbukum1 committed Oct 14, 2024
1 parent 6cf42a1 commit 6f2a679
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
expect(error.dependency_urls)
.to eq(
[
"https://github.com/Zelcord/electron-context-menu"
"https://github.com/dsp-testing/pnpm_github_dependency_private"
]
)
end
Expand Down Expand Up @@ -419,7 +419,7 @@
expect(error.dependency_urls)
.to eq(
[
"https://github.com/Zelcord/electron-context-menu"
"https://github.com/dsp-testing/pnpm_github_dependency_private"
]
)
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"homepage": "https://github.com/Zelcord/Zelcord#readme",
"dependencies": {
"cross-fetch": "^3.1.5",
"electron-context-menu": "github:Zelcord/electron-context-menu"
"pnpm_github_dependency_private": "github:dsp-testing/pnpm_github_dependency_private"
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/Zelcord/Zelcord#readme",
"dependencies": {
"cross-fetch": "^3.1.5",
"electron-context-menu": "github:Zelcord/electron-context-menu"
"pnpm_github_dependency_private": "github:dsp-testing/pnpm_github_dependency_private"
},
"packageManager": "pnpm@8.15.6"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f2a679

Please sign in to comment.