hyouji 0.1.0 → 0.1.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/README.md +3 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -20,7 +20,9 @@ https://levelup.gitconnected.com/create-github-labels-from-terminal-158d4868fab
20
20
 
21
21
  ![hyouji_terminal](./hyouji.png)
22
22
 
23
- https://github.com/user-attachments/assets/739f185a-1bd0-411b-8947-dd4600c452c8
23
+ https://github.com/user-attachments/assets/d7960f58-031e-4c08-86ff-f14762915c7f
24
+
25
+
24
26
 
25
27
  ### Labels API
26
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyouji",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Hyouji (表示) — A command-line tool for organizing and displaying GitHub labels with clarity and harmony.",
5
5
  "main": "dist/index.js",
6
6
  "author": "koji <baxin1919@gmail.com>",
@@ -24,7 +24,8 @@
24
24
  "表示",
25
25
  "Hyouji(表示)",
26
26
  "JSON",
27
- "yaml"
27
+ "yaml",
28
+ "tui"
28
29
  ],
29
30
  "scripts": {
30
31
  "start": "node dist/index.js",