mine-auto-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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,12 @@
11
11
 
12
12
  ## 使用
13
13
 
14
+ ### 安装
15
+
16
+ ```Basic
17
+ npm i mine-auto-cli@latest
18
+ ```
19
+
14
20
  ### 自动打包
15
21
 
16
22
  ```Basic
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mine-auto-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "一个本地自动化打包工具,用来节省你的工作流程",
5
5
  "private": false,
6
6
  "main": "src/index.js",