reverentgeek 2.0.0 → 2.0.1

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/bin/card.js +10 -10
  2. package/package.json +1 -1
package/bin/card.js CHANGED
@@ -45,7 +45,7 @@ const data = {
45
45
  handle: yellowChalk( "reverentgeek" ),
46
46
  // work: ps( "Principal Developer Advocate" ),
47
47
  // workUrl: ps( "https://pluralsight.com" ),
48
- twitter: yellowChalk( "https://twitter.com/reverentgeek" ),
48
+ twitter: yellowChalk( "https://x.com/reverentgeek" ),
49
49
  mastodon: yellowChalk( "@reverentgeek@reverentgeek.com" ),
50
50
  bluesky: yellowChalk( "@reverentgeek.com" ),
51
51
  threads: yellowChalk( "@reverentgeek" ),
@@ -56,15 +56,15 @@ const data = {
56
56
  npx: orangeChalk( "npx reverentgeek" ),
57
57
  labelWork: blueChalk( " Work:" ),
58
58
  labelWorkUrl: blueChalk( " " ),
59
- labelTwitter: blueChalk( " Twitter:" ),
60
- labelMastodon: blueChalk( " Mastodon:" ),
61
- labelBluesky: blueChalk( " BlueSky:" ),
62
- labelThreads: blueChalk( " Threads:" ),
63
- labelGitHub: blueChalk( " GitHub:" ),
64
- labelLinkedIn: blueChalk( " LinkedIn:" ),
65
- labelWeb: blueChalk( " Web:" ),
66
- labelCard: blueChalk( " Card:" ),
67
- labelEmail: blueChalk( " Email:" ),
59
+ labelTwitter: blueChalk( "X (Twitter):" ),
60
+ labelMastodon: blueChalk( " Mastodon:" ),
61
+ labelBluesky: blueChalk( " BlueSky:" ),
62
+ labelThreads: blueChalk( " Threads:" ),
63
+ labelGitHub: blueChalk( " GitHub:" ),
64
+ labelLinkedIn: blueChalk( " LinkedIn:" ),
65
+ labelWeb: blueChalk( " Web:" ),
66
+ labelCard: blueChalk( " Card:" ),
67
+ labelEmail: blueChalk( " Email:" ),
68
68
  bio: lbChalk( `I am a family man, geek, musician, illustrator,
69
69
  speaker, software developer, and Microsoft MVP
70
70
  living in North GA. I run on a high-octane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reverentgeek",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "My personal calling card.",
5
5
  "main": "./bin/card.js",
6
6
  "bin": {