RubyGems
npm
Organizations
Log in
Sign up
npm
create-valaxy
Versions diffs
0.14.17 → 0.14.19
create-valaxy 0.14.17 → 0.14.19
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/package.json
+1
-1
package/template/.github/workflows/gh-pages.yml
+2
-0
package/template/package.json
+2
-2
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "create-valaxy",
3
-
"version": "0.14.
17
",
3
+
"version": "0.14.
19
",
4
4
"description": "Create Starter Template for Valaxy",
5
5
"author": {
6
6
"email": "me@yunyoujun.cn",
package/template/.github/workflows/gh-pages.yml
CHANGED
Viewed
@@ -3,6 +3,8 @@ name: GitHub Pages
3
3
on:
4
4
push:
5
5
branches:
6
+
# The branch where the project source code resides
7
+
# 项目源代码所在的分支
6
8
- main
7
9
8
10
jobs:
package/template/package.json
CHANGED
Viewed
@@ -11,8 +11,8 @@
11
11
"serve": "vite preview"
12
12
},
13
13
"dependencies": {
14
-
"valaxy": "0.14.
17
",
15
-
"valaxy-theme-yun": "0.14.
17
"
14
+
"valaxy": "0.14.
19
",
15
+
"valaxy-theme-yun": "0.14.
19
"
16
16
},
17
17
"devDependencies": {
18
18
"typescript": "^4.8.4"