Skip to content

Commit

Permalink
Merge pull request #3447 from iamandrewluca/chore/package-json-reposi…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
logaretm committed Aug 17, 2021
2 parents b144615 + c669713 commit 4ed8b2a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/i18n/package.json
Expand Up @@ -17,7 +17,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/logaretm/vee-validate.git"
"url": "https://github.com/logaretm/vee-validate.git",
"directory": "packages/i18n"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
Expand Down
6 changes: 5 additions & 1 deletion packages/rules/package.json
Expand Up @@ -9,7 +9,11 @@
"main": "dist/vee-validate-rules.js",
"types": "dist/vee-validate-rules.d.ts",
"homepage": "https://vee-validate.logaretm.com/v4/guide/global-validators",
"repository": "https://github.com/logaretm/vee-validate",
"repository": {
"url": "https://github.com/logaretm/vee-validate.git",
"type": "git",
"directory": "packages/rules"
},
"sideEffects": false,
"keywords": [
"VueJS",
Expand Down
6 changes: 5 additions & 1 deletion packages/vee-validate/package.json
Expand Up @@ -9,7 +9,11 @@
"main": "dist/vee-validate.js",
"types": "dist/vee-validate.d.ts",
"homepage": "https://vee-validate.logaretm.com/",
"repository": "https://github.com/logaretm/vee-validate",
"repository": {
"url": "https://github.com/logaretm/vee-validate.git",
"type": "git",
"directory": "packages/vee-validate"
},
"sideEffects": false,
"keywords": [
"VueJS",
Expand Down
6 changes: 5 additions & 1 deletion packages/zod/package.json
Expand Up @@ -9,7 +9,11 @@
"main": "dist/vee-validate-zod.js",
"types": "dist/vee-validate-zod.d.ts",
"homepage": "https://vee-validate.logaretm.com/v4/guide/global-validators",
"repository": "https://github.com/logaretm/vee-validate",
"repository": {
"url": "https://github.com/logaretm/vee-validate.git",
"type": "git",
"directory": "packages/zod"
},
"sideEffects": false,
"keywords": [
"VueJS",
Expand Down

0 comments on commit 4ed8b2a

Please sign in to comment.