create-quasar 1.0.19 → 1.0.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-quasar",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Scaffolds Quasar Apps, AppExtensions or UI kits",
5
5
  "author": {
6
6
  "name": "Razvan Stoenescu",
@@ -7,8 +7,8 @@ module.exports = async function ({ scope, utils }) {
7
7
  message: 'Pick Quasar App CLI variant:',
8
8
  initial: 0,
9
9
  choices: [
10
- { title: 'Quasar App CLI with Webpack (stable)', value: 'webpack' },
11
- { title: 'Quasar App CLI with Vite (BETA stage)', value: 'vite' }
10
+ { title: 'Quasar App CLI with Webpack', value: 'webpack' },
11
+ { title: 'Quasar App CLI with Vite', value: 'vite' }
12
12
  ]
13
13
  },
14
14
  {