We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaed2f2 commit 2ae3616Copy full SHA for 2ae3616
scripts/build.ts
@@ -21,11 +21,11 @@ await build({
21
version: Deno.args[0],
22
repository: {
23
type: "git",
24
- url: "git+https://github.com/foundatiofx/fetchclient.git",
+ url: "git+https://github.com/FoundatioFx/FetchClient.git",
25
},
26
- homepage: "https://github.com/foundatiofx/fetchclient#readme",
+ homepage: "https://github.com/FoundatioFx/FetchClient#readme",
27
bugs: {
28
- url: "https://github.com/foundatiofx/fetchclient/issues",
+ url: "https://github.com/FoundatioFx/FetchClient/issues",
29
30
license: "Apache-2.0",
31
description:
0 commit comments