cmyr-template-cli 1.22.2 → 1.22.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/dist/plopfile.js +8 -0
  2. package/package.json +1 -1
package/dist/plopfile.js CHANGED
@@ -120,6 +120,14 @@ const TEMPLATES_META_LIST = [
120
120
  docker: false,
121
121
  priority: 0,
122
122
  },
123
+ {
124
+ name: 'react-vite-template',
125
+ language: 'react',
126
+ runtime: 'browser',
127
+ vueVersion: 0,
128
+ docker: false,
129
+ priority: 0,
130
+ },
123
131
  {
124
132
  name: 'react-template',
125
133
  language: 'react',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmyr-template-cli",
3
- "version": "1.22.2",
3
+ "version": "1.22.3",
4
4
  "description": "草梅友仁自制的项目模板创建器",
5
5
  "author": "CaoMeiYouRen",
6
6
  "license": "MIT",