mine-auto-cli 1.0.1 → 1.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 +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,6 @@
6
6
  <a href="https://www.npmjs.com/package/mine-auto-cli"><img src="https://img.shields.io/npm/v/mine-auto-cli.svg" /></a>
7
7
  <a href="https://www.npmjs.com/package/mine-auto-cli"><img src="https://img.shields.io/npm/dt/mine-auto-cli" /></a>
8
8
  <a href="https://www.npmjs.com/package/mine-auto-cli"><img src="https://packagephobia.com/badge?p=mine-auto-cli" /></a>
9
- <a href="https://github.com/biaov/MINE-H5-UI/blob/master/LICENSE"><img src="https://img.shields.io/github/license/biaov/mine-auto-cli.svg" /></a>
10
9
  </h2>
11
10
 
12
11
  ## 使用
@@ -14,7 +13,7 @@
14
13
  ### 安装
15
14
 
16
15
  ```Basic
17
- npm i mine-auto-cli@latest
16
+ npm i mine-auto-cli -g
18
17
  ```
19
18
 
20
19
  ### 自动打包
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mine-auto-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "一个本地自动化打包工具,用来节省你的工作流程",
5
5
  "private": false,
6
6
  "main": "src/index.js",