chinapopin-frontend-cli 1.0.2 → 1.0.3

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 +8 -8
package/README.md CHANGED
@@ -15,6 +15,6 @@ npm publish
15
15
  ```
16
16
  npm i -g chinapopin-frontend-cli
17
17
 
18
- chinapopin-frontend-cli create <项目名>
18
+ chinapopin-cli create <项目名>
19
19
 
20
20
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "chinapopin-frontend-cli",
3
3
  "private": false,
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "description": "前端脚手架",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -20,14 +20,14 @@
20
20
  "author": "weixiaoru (514753680@qq.com)",
21
21
  "license": "ISC",
22
22
  "devDependencies": {
23
- "commander": "^8.3.0"
23
+ "commander": "~8.3.0"
24
24
  },
25
25
  "dependencies": {
26
- "axios": "^0.24.0",
27
- "download-git-repo": "^3.0.2",
28
- "figlet": "^1.5.2",
29
- "fs-extra": "^10.0.0",
30
- "inquirer": "^8.2.0",
31
- "ora": "^5.4.1"
26
+ "axios": "~0.24.0",
27
+ "download-git-repo": "~3.0.2",
28
+ "figlet": "~1.5.2",
29
+ "fs-extra": "~10.0.0",
30
+ "inquirer": "~8.2.0",
31
+ "ora": "~5.4.1"
32
32
  }
33
33
  }