@wmj-code/clone_npm 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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  等等
12
12
  # 安装
13
13
  ```bash
14
- npm install -g clone_npm
14
+ npm install -g @wmj-code/clone_npm
15
15
  ```
16
16
  # 使用
17
17
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wmj-code/clone_npm",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "一个自定义命令行工具,打通clone和npm install的流程",
5
5
  "main": "clone_npm.js",
6
6
  "bin": {