bk-press 0.0.1 → 0.0.2

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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,21 +16,21 @@
16
16
  ### 全局安装
17
17
 
18
18
  ```bash
19
- npm install -g bkpress
19
+ npm install -g bk-press
20
20
  # 或
21
- yarn global add bkpress
21
+ yarn global add bk-press
22
22
  # 或
23
- pnpm add -g bkpress
23
+ pnpm add -g bk-press
24
24
  ```
25
25
 
26
26
  ### 本地安装
27
27
 
28
28
  ```bash
29
- npm install bkpress
29
+ npm install bk-press
30
30
  # 或
31
- yarn add bkpress
31
+ yarn add bk-press
32
32
  # 或
33
- pnpm add bkpress
33
+ pnpm add bk-press
34
34
  ```
35
35
 
36
36
  ## 快速开始
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bk-press",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "A CLI for cypress automation testing",
5
5
  "main": "lib/index.js",
6
6
  "bin": {