gtsiolis 0.0.4 → 0.0.5

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/cli.js +10 -11
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -4,19 +4,18 @@ console.log(`
4
4
  ///////////////////////////////////////////////////////////////
5
5
  +————————————————————————————————————————————————————————————+/
6
6
  + +/
7
- + Hi! I'm George. UX Engineer. Core Team at GitLab. +/
7
+ + Hi, I'm George! +/
8
+ + Currently living in Athens, Greece. ☀️ +/
8
9
  + +/
9
- + I'm currently based in Athens, Greece. +/
10
+ + I work on *product design* at Gitpod. 🍊 +/
10
11
  + +/
11
- + I'm passionate about designing and implementing +/
12
- + functional and effective user interfaces. +/
12
+ + I've been contributing to open source over the +/
13
+ + last few years, mostly to projects like GitLab and +/
14
+ + Pajamas, the design system behind GitLab. 🏀 +/
13
15
  + +/
14
- + I've been practicing user experience design and +/
15
- + frontend engineering along with small and +/
16
- + cross-functional teams while keeping collaboration +/
17
- + a top priority. +/
18
- + +/
19
- + Let's talk: https://t.me/gtsiolis, @gtsiolis +/
16
+ + Let's chat +/
17
+ + https://x.com/gtsiolis +/
18
+ + https://t.me/gtsiolis +/
20
19
  + +/
21
20
  +————————————————————————————————————————————————————————————+/
22
- `);
21
+ `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtsiolis",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "CLI for George Tsiolis",
5
5
  "license": "MIT",
6
6
  "author": "George Tsiolis",