gunshi 0.5.0 → 0.5.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 +1 -1
package/README.md CHANGED
@@ -28,6 +28,8 @@ Gunshi is designed to simplify the creation of modern command-line interfaces:
28
28
 
29
29
  ## 💿 Installation
30
30
 
31
+ ### 🐢 Node
32
+
31
33
  ```sh
32
34
  # npm
33
35
  npm install --save gunshi
@@ -393,7 +395,7 @@ Thank you!
393
395
 
394
396
  [npm-version-src]: https://img.shields.io/npm/v/gunshi?style=flat
395
397
  [npm-version-href]: https://npmjs.com/package/gunshi
396
- [jsr-src]: https://jsr.io/badges/@kazupon/gunishi
398
+ [jsr-src]: https://jsr.io/badges/@kazupon/gunshi
397
399
  [jsr-href]: https://jsr.io/@kazupon/gunshi
398
400
  [install-size-src]: https://pkg-size.dev/badge/install/72346
399
401
  [install-size-href]: https://pkg-size.dev/gunshi
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gunshi",
3
3
  "description": "Modern javascript command-line library",
4
- "version": "0.5.0",
4
+ "version": "0.5.1",
5
5
  "author": {
6
6
  "name": "kazuya kawaguchi",
7
7
  "email": "kawakazu80@gmail.com"