@unipro-tech/qiita-cli 1.7.0-fork.3 → 1.7.0-fork.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -75,7 +75,7 @@ npx qiita version
75
75
  Qiita CLI をアップデートする場合は以下のコマンドを実行します。
76
76
 
77
77
  ```console
78
- npm install @unipro-tech/qiita-cli@fork
78
+ npm install @unipro-tech/qiita-cli@latest
79
79
  ```
80
80
 
81
81
  ## Qiita CLI のセットアップ方法について
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unipro-tech/qiita-cli",
3
- "version": "1.7.0-fork.3",
3
+ "version": "1.7.0-fork.5",
4
4
  "description": "Qiita CLI is a tool that allows you to write, preview and publish articles on Qiita from local environment.",
5
5
  "keywords": [
6
6
  "Qiita"