lee-jongwoo 1.0.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +19 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,19 @@
1
+ # lee-jongwoo
2
+
3
+ > A developer profile card for your terminal.
4
+
5
+ ## Try it out
6
+
7
+ ```sh
8
+ npx lee-jongwoo
9
+ ```
10
+
11
+ A profile card will show up right in your terminal.
12
+
13
+ ## Requirements
14
+
15
+ - Node.js >= 20.18.0 (if not, it's a sign to upgrade)
16
+
17
+ ## License
18
+
19
+ ISC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lee-jongwoo",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Lee Jongwoo's developer profile — run npx lee-jongwoo to see it",
5
5
  "type": "module",
6
6
  "main": "index.js",