chrisburnell 35.0.5 → 35.0.7

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/metadata.js +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrisburnell",
3
- "version": "35.0.5",
3
+ "version": "35.0.7",
4
4
  "description": "Chris Burnell Metadata",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/metadata.js CHANGED
@@ -10,15 +10,18 @@ export const codepen = "chrisburnell";
10
10
  export const chess = "chrisburnell";
11
11
  export const discord = "chrisburnell";
12
12
  export const discord_id = "809487481308708936";
13
+ export const echofeed = "chrisburnell";
13
14
  export const eleventy = "chrisburnell";
14
15
  export const github = "chrisburnell";
15
16
  export const git = "https://git.chrisburnell.com";
16
17
  export const git_user = "chrisburnell";
18
+ export const gist = "https://gist.chrisburnell.com";
19
+ export const gist_user = git_user;
17
20
  export const indieweb = "chrisburnell.com";
18
21
  export const lastfm = "chrisburnell";
19
22
  export const linkedin = "chrisburnell";
20
23
  export const mastodon = "@chrisburnell@repc.co";
21
- export const mastodon_domain = "fediverse.repc.co";
24
+ export const mastodon_domain = "https://fediverse.repc.co";
22
25
  export const nintendo = "SW-5773-6068-9986";
23
26
  export const notist = "chrisburnell";
24
27
  export const npm = "chrisburnell";