chrisburnell 35.0.4 → 35.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/metadata.js +3 -1
package/package.json
CHANGED
package/src/metadata.js
CHANGED
|
@@ -12,11 +12,13 @@ export const discord = "chrisburnell";
|
|
|
12
12
|
export const discord_id = "809487481308708936";
|
|
13
13
|
export const eleventy = "chrisburnell";
|
|
14
14
|
export const github = "chrisburnell";
|
|
15
|
+
export const git = "https://git.chrisburnell.com";
|
|
16
|
+
export const git_user = "chrisburnell";
|
|
15
17
|
export const indieweb = "chrisburnell.com";
|
|
16
18
|
export const lastfm = "chrisburnell";
|
|
17
19
|
export const linkedin = "chrisburnell";
|
|
18
20
|
export const mastodon = "@chrisburnell@repc.co";
|
|
19
|
-
export const mastodon_domain = "fediverse.repc.co";
|
|
21
|
+
export const mastodon_domain = "https://fediverse.repc.co";
|
|
20
22
|
export const nintendo = "SW-5773-6068-9986";
|
|
21
23
|
export const notist = "chrisburnell";
|
|
22
24
|
export const npm = "chrisburnell";
|