File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- ![ Foundatio] ( https://raw.githubusercontent.com/FoundatioFx/Foundatio /master/media/foundatio-dark-bg.svg#gh-dark-mode-only " Foundatio ")
2
- ![ Foundatio] ( https://raw.githubusercontent.com/FoundatioFx/Foundatio /master/media/foundatio.svg#gh-light-mode-only " Foundatio ")
1
+ ![ Foundatio] ( https://raw.githubusercontent.com/foundatiofx/foundatio /master/media/foundatio-dark-bg.svg#gh-dark-mode-only " Foundatio ")
2
+ ![ Foundatio] ( https://raw.githubusercontent.com/foundatiofx/foundatio /master/media/foundatio.svg#gh-light-mode-only " Foundatio ")
3
3
4
4
[ ![ NPM] ( https://img.shields.io/npm/v/%40foundatiofx%2Ffetchclient )] ( https://www.npmjs.com/package/@foundatiofx/fetchclient )
5
5
[ ![ JSR] ( https://jsr.io/badges/@foundatiofx/fetchclient )] ( https://jsr.io/@foundatiofx/fetchclient )
6
- [ ![ Build status] ( https://github.com/FoundatioFx/Foundatio /workflows/Build/badge.svg )] ( https://github.com/FoundatioFx/Foundatio /actions )
6
+ [ ![ Build status] ( https://github.com/foundatiofx/foundatio /workflows/Build/badge.svg )] ( https://github.com/foundatiofx/foundatio /actions )
7
7
[ ![ Discord] ( https://img.shields.io/discord/715744504891703319 )] ( https://discord.gg/6HxgFCx )
8
8
9
9
<!-- deno-fmt-ignore-file -->
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ await build({
17
17
importMap : "deno.json" ,
18
18
19
19
package : {
20
- name : "@FoundatioFx/FetchClient " ,
20
+ name : "@foundatiofx/fetchclient " ,
21
21
version : Deno . args [ 0 ] ,
22
22
repository : {
23
23
type : "git" ,
24
- url : "git+https://github.com/FoundatioFx/FetchClient .git" ,
24
+ url : "git+https://github.com/foundatiofx/fetchclient .git" ,
25
25
} ,
26
- homepage : "https://github.com/FoundatioFx/FetchClient #readme" ,
26
+ homepage : "https://github.com/foundatiofx/fetchclient #readme" ,
27
27
bugs : {
28
- url : "https://github.com/FoundatioFx/FetchClient /issues" ,
28
+ url : "https://github.com/foundatiofx/fetchclient /issues" ,
29
29
} ,
30
30
license : "Apache-2.0" ,
31
31
description :
You can’t perform that action at this time.
0 commit comments