create-valaxy 0.3.2 → 0.3.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.
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "create-valaxy",
3
- "version": "0.3.2",
4
- "main": "index.js",
3
+ "version": "0.3.3",
5
4
  "description": "Create Starter Template for Valaxy",
6
- "homepage": "https://valaxy.yyj.moe",
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/YunYouJun/valaxy"
10
- },
11
5
  "author": {
12
6
  "email": "me@yunyoujun.cn",
13
7
  "name": "YunYouJun",
14
8
  "url": "https://www.yunyoujun.cn"
15
9
  },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/YunYouJun/valaxy"
13
+ },
16
14
  "funding": "https://github.com/sponsors/YunYouJun",
15
+ "main": "index.js",
16
+ "homepage": "https://valaxy.yyj.moe",
17
17
  "bin": {
18
18
  "create-valaxy": "index.js"
19
19
  },
@@ -26,7 +26,7 @@ jobs:
26
26
 
27
27
  - name: 📦 Install Dependencies
28
28
  run: npm i
29
-
29
+
30
30
  - name: 🌌 Build Valaxy Blog
31
31
  run: npm run build
32
32
 
@@ -11,7 +11,7 @@
11
11
  "serve": "vite preview"
12
12
  },
13
13
  "dependencies": {
14
- "valaxy": "0.3.2",
15
- "valaxy-theme-yun": "0.3.2"
14
+ "valaxy": "0.3.3",
15
+ "valaxy-theme-yun": "0.3.3"
16
16
  }
17
17
  }
@@ -2,7 +2,7 @@
2
2
  "compilerOptions": {
3
3
  "baseUrl": ".",
4
4
  "paths": {
5
- "@/*": ["demo/yun/*"],
5
+ "@/*": ["demo/yun/*"]
6
6
  }
7
7
  },
8
8
  "exclude": ["dist", "node_modules"]