Skip to content

Commit e66fe87

Browse files
committed
Change org scope
1 parent 84ad3f3 commit e66fe87

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/build.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ await build({
1717
importMap: "deno.json",
1818

1919
package: {
20-
name: "@foundatio/fetchclient",
20+
name: "@foundatiofx/fetchclient",
2121
version: Deno.args[0],
2222
repository: {
2323
type: "git",
24-
url: "git+https://github.com/foundatio/fetchclient.git",
24+
url: "git+https://github.com/foundatiofx/fetchclient.git",
2525
},
26-
homepage: "https://github.com/foundatio/fetchclient#readme",
26+
homepage: "https://github.com/foundatiofx/fetchclient#readme",
2727
bugs: {
28-
url: "https://github.com/foundatio/fetchclient/issues",
28+
url: "https://github.com/foundatiofx/fetchclient/issues",
2929
},
3030
license: "Apache-2.0",
3131
description:
32-
"A simple fetch client with middleware support for Deno and the browser.",
32+
"A typed JSON fetch client with middleware support for Deno, Node and the browser.",
3333
author: {
3434
name: "Eric J. Smith",
3535
email: "eric@exceptionless.com",

0 commit comments

Comments
 (0)