weapp-ide-cli 3.1.0 → 3.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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## 快速安装
8
8
 
9
- ```bash
9
+ ```sh
10
10
  npm i -g weapp-ide-cli
11
11
  # or
12
12
  yarn global add weapp-ide-cli
@@ -14,7 +14,7 @@ yarn global add weapp-ide-cli
14
14
 
15
15
  ### 执行命令
16
16
 
17
- ```bash
17
+ ```sh
18
18
  weapp open
19
19
  # 等价
20
20
  weapp-ide-cli open
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-ide-cli",
3
3
  "type": "module",
4
- "version": "3.1.0",
4
+ "version": "3.1.1",
5
5
  "description": "让微信开发者工具,用起来更加方便!",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -61,7 +61,7 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "execa": "9.6.0",
64
- "fs-extra": "^11.3.1",
64
+ "fs-extra": "^11.3.2",
65
65
  "pathe": "^2.0.3",
66
66
  "@weapp-core/logger": "^2.0.0"
67
67
  },