@wagq/wa-cli 0.4.0 → 0.5.0

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.
package/lib/init/index.js CHANGED
@@ -29,7 +29,7 @@ const initQuestions = () => [
29
29
  {
30
30
  type: "input",
31
31
  name: "name",
32
- message: `请输入项目名(uni-app请忽略)`,
32
+ message: `请输入项目名(uni-app随便输入非空值)`,
33
33
  choices: modeOptions,
34
34
  },
35
35
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wagq/wa-cli",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "wa的脚手架",
5
5
  "main": "index.js",
6
6
  "scripts": {