@xubill/xx-cli 1.0.2 → 1.0.3

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/package.json +1 -1
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xubill/xx-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "个人工具集",
5
5
  "main": "lib/core/index.js",
6
6
  "bin": {
package/readme.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```bash
8
8
  # 全局安装 xx-cli
9
- npm i @xubill/xx-cli
9
+ npm i @xubill/xx-cli -g
10
10
 
11
11
  # 添加插件
12
12
  xx p add xxxx.js
@@ -26,7 +26,7 @@ xx <command> [options]
26
26
  ### v1.0.1
27
27
  - 文档更新
28
28
 
29
- ### v1.0.2
29
+ ### v1.0.3
30
30
  - 创建插件和配置管理插件移动壳功能
31
31
  - 完善文档
32
32