@gx-design-vue/create-gx-cli 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/cli.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gx-design-vue/create-gx-cli",
3
- "version": "0.0.9",
3
+ "version": "0.1.0",
4
4
  "license": "MIT",
5
5
  "description": "a cli to bootstrap gx project",
6
6
  "main": "src/index.js",
package/src/cli.js CHANGED
@@ -43,7 +43,6 @@ function parseArgumentsIntoOptions() {
43
43
  }
44
44
 
45
45
  async function promptForMissingOptions(options) {
46
- console.log(typeof options.template === 'string' && !TEMPLATES.includes(options.template))
47
46
  const answers = await prompts([
48
47
  {
49
48
  type: options.projectName ? null : 'text',