Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdbadc99

Browse files
committed
♻️ refactor: rename master to main
Closes:#2
1 parent201786f commitdbadc99

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: CI
33
on:
44
push:
55
branches:
6-
-master
6+
-main
77

88
pull_request:
99
branches:
10-
-master
10+
-main
1111

1212
jobs:
1313
lint:

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ const {
5959

6060

6161
##use with schema
62-
-[@vue-use-form/class-validator](https://github.com/vue-use-form/vue-use-form/tree/master/packages/resolver-class-validator)
63-
-[@vue-use-form/yup](https://github.com/vue-use-form/vue-use-form/tree/master/packages/resolver-yup)
62+
-[@vue-use-form/class-validator](https://github.com/vue-use-form/vue-use-form/tree/main/packages/resolver-class-validator)
63+
-[@vue-use-form/yup](https://github.com/vue-use-form/vue-use-form/tree/main/packages/resolver-yup)
6464

‎packages/resolver-class-validator/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description":"class-validator resolver for vue-use-form",
55
"keywords": ["class-validator","vue-use-form","vue-hook-form","vue-use-form-resolver"],
66
"license":"MIT",
7-
"homepage":"https://github.com/vue-use-form/vue-use-form/tree/master/packages/resolver-class-validator#readme",
7+
"homepage":"https://github.com/vue-use-form/vue-use-form/tree/main/packages/resolver-class-validator#readme",
88
"repository": {
99
"url":"https://github.com/vue-use-form/vue-use-form/packages/resolver-class-validator"
1010
},

‎packages/resolver-yup/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"repository": {
99
"url":"https://github.com/vue-use-form/vue-use-form/packages/resolver-yup"
1010
},
11-
"homepage":"https://github.com/vue-use-form/vue-use-form/tree/master/packages/resolver-yup#readme",
11+
"homepage":"https://github.com/vue-use-form/vue-use-form/tree/main/packages/resolver-yup#readme",
1212
"main":"./dist/index.cjs",
1313
"module":"./dist/index.mjs",
1414
"types":"./dist/index.d.ts",

‎playground/src/Header.vue‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async function fetchVersions(): Promise<string[]> {
113113
</li>
114114
<li>
115115
<a
116-
href="https://github.com/vue-use-form/vue-use-form/commits/master"
116+
href="https://github.com/vue-use-form/vue-use-form/commits/main"
117117
target="_blank"
118118
>Commits History</a>
119119
</li>
@@ -151,7 +151,7 @@ async function fetchVersions(): Promise<string[]> {
151151
</button>
152152
<buttontitle="View on GitHub"class="github">
153153
<a
154-
href="https://github.com/vue-use-form/vue-use-form/tree/master/playground"
154+
href="https://github.com/vue-use-form/vue-use-form/tree/main/playground"
155155
target="_blank"
156156
>
157157
<GitHub />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp