@gonzui/csheet-cli 1.0.0 → 1.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.
package/README.ja.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ## インストール
8
8
 
9
9
  ```bash
10
- npm install -g cheatsheet-cli
10
+ npm install -g @gonzui/csheet-cli
11
11
  ```
12
12
 
13
13
  ## コマンド一覧
package/README.md CHANGED
@@ -7,7 +7,7 @@ A CLI tool for managing command and tool cheatsheets locally.
7
7
  ## Installation
8
8
 
9
9
  ```bash
10
- npm install -g cheatsheet-cli
10
+ npm install -g @gonzui/csheet-cli
11
11
  ```
12
12
 
13
13
  ## Commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gonzui/csheet-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "コマンドやツールのチートシートをローカルに保存・管理できるCLIツール",
5
5
  "main": "dist/index.js",
6
6
  "bin": {