File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments