Skip to content

Commit 1c07b1b

Browse files
committed
fix: update package url info
1 parent 56058ea commit 1c07b1b

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,21 @@
66
"description": "Vue Composition API for validating form.",
77
"author": "Elone Hoo <hi@elonehoo.me>",
88
"license": "MIT",
9+
"homepage": "https://github.com/elonehoo/vue-hooks-form#readme",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/elonehoo/vue-hooks-form.git"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/elonehoo/vue-hooks-form/issues"
16+
},
917
"keywords": [
1018
"composition",
1119
"vue",
1220
"form"
1321
],
1422
"scripts": {
23+
"build":"pnpm run build:core && pnpm run build:class-validator && pnpm run build:yup",
1524
"build:core": "pnpm -C packages/core run build",
1625
"build:class-validator": "pnpm -C packages/class-validator run build",
1726
"build:yup": "pnpm -C packages/yup run build",

packages/class-validator/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
"description": "class-validator resolver for vue-hooks-form",
55
"author": "Elone Hoo <hi@gmail.com>",
66
"license": "MIT",
7+
"homepage": "https://github.com/elonehoo/vue-hooks-form#readme",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/elonehoo/vue-hooks-form.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/elonehoo/vue-hooks-form/issues"
14+
},
715
"keywords": [
816
"class-validator",
917
"vue-hooks-form",

packages/core/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
"description": "Vue Composition API for validating form.",
55
"author": "Elone Hoo <hi@elonehoo.me>",
66
"license": "MIT",
7+
"homepage": "https://github.com/elonehoo/vue-hooks-form#readme",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/elonehoo/vue-hooks-form.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/elonehoo/vue-hooks-form/issues"
14+
},
715
"keywords": [
816
"composition",
917
"vue",

packages/yup/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
"description": "yup resolver for vue-hooks-form",
55
"author": "Elone Hoo <hi@elonehoo.me>",
66
"license": "MIT",
7+
"homepage": "https://github.com/elonehoo/vue-hooks-form#readme",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/elonehoo/vue-hooks-form.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/elonehoo/vue-hooks-form/issues"
14+
},
715
"keywords": [
816
"yup",
917
"vue-hooks-form",

0 commit comments

Comments
 (0)