create-valaxy 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-valaxy",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "main": "index.js",
5
5
  "description": "Create Starter Template for Valaxy",
6
6
  "homepage": "https://valaxy.yyj.moe",
@@ -11,7 +11,7 @@
11
11
  "serve": "vite preview"
12
12
  },
13
13
  "dependencies": {
14
- "valaxy": "0.2.3",
15
- "valaxy-theme-yun": "0.2.3"
14
+ "valaxy": "0.2.4",
15
+ "valaxy-theme-yun": "0.2.4"
16
16
  }
17
17
  }