chrisburnell 35.0.0 → 35.0.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrisburnell",
3
- "version": "35.0.0",
3
+ "version": "35.0.2",
4
4
  "description": "Chris Burnell Metadata",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/index.js CHANGED
@@ -11,7 +11,7 @@ export const metadata = md;
11
11
 
12
12
  export default function () {
13
13
  const intro = `Hey, I’m ${metadata.name} (v${pkg.version})`;
14
- const tagline = `and I’m Ravenous for CSS! ☺`;
14
+ const tagline = `and I’m Ravenous for CSS! 𓄿`;
15
15
  const separator = "-".repeat(Math.max(intro.length, tagline.length));
16
16
 
17
17
  console.log(`
@@ -28,7 +28,10 @@ export default function () {
28
28
  IndieWeb: https://indieweb.org/User:${metadata.indieweb}
29
29
  LastFM: https://last.fm/user/${metadata.lastfm}
30
30
  LinkedIn: https://www.linkedin.com/in/${metadata.linkedin}
31
- Mastodon: https://${metadata.mastodon_domain}/@${metadata.mastodon.split("@").slice(0, -1).join("")}
31
+ Mastodon: https://${metadata.mastodon_domain}/@${metadata.mastodon
32
+ .split("@")
33
+ .slice(0, -1)
34
+ .join("")}
32
35
  Nintendo: ${metadata.nintendo}
33
36
  npm: https://www.npmjs.com/~${metadata.npm}
34
37
  OpenCollective: https://opencollective.com/${metadata.opencollective}
package/src/metadata.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export const name = "Chris Burnell";
2
2
  export const pronouns = "he/him";
3
- export const location = "Singapore";
3
+ export const location = "Halifax, NS, Canada";
4
4
  export const website = "https://chrisburnell.com";
5
5
  export const thirtytwobitcafe = "Ravenous";
6
6
  export const bluesky = "chrisburnell.com";