create-quapp 1.0.20 → 1.0.23

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/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -121,6 +121,7 @@ try {
121
121
  react: ['react', 'react-ts', 'react+swc', 'react-ts+swc'],
122
122
  vue: ['vue', 'vue-ts'],
123
123
  vanilla: ['vanilla-js', 'vanilla-ts'],
124
+ solid: ['solid-js', 'solid-ts'],
124
125
  };
125
126
 
126
127
  // Ask for framework + template
@@ -133,6 +134,7 @@ try {
133
134
  { title: 'React', value: 'react' },
134
135
  { title: 'Vue', value: 'vue' },
135
136
  { title: 'Vanilla', value: 'vanilla' },
137
+ { title: 'Solid', value: 'solid' },
136
138
  ],
137
139
  });
138
140
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-quapp",
3
- "version": "1.0.20",
3
+ "version": "1.0.23",
4
4
  "description": "Quapp Development tool of the future",
5
5
  "main": "index.js",
6
6
  "type": "module",