Skip to content

Commit

Permalink
chore: add repository for all packages.json (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandrewluca authored Aug 1, 2021
1 parent b85194d commit 8c89923
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vuelidate/vuelidate.git"
"url": "https://github.com/vuelidate/vuelidate",
"directory": "packages/components"
},
"module": "dist/index.esm.js",
"main": "dist/index.js",
Expand Down
6 changes: 5 additions & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"main": "dist/index.js",
"types": "index.d.ts",
"module": "dist/index.esm.js",
"repository": "https://github.com/vuelidate/vuelidate",
"repository": {
"url": "https://github.com/vuelidate/vuelidate",
"type": "git",
"directory": "packages/validators"
},
"license": "MIT",
"scripts": {
"build": "bili src src/raw --format esm --format cjs",
Expand Down
6 changes: 5 additions & 1 deletion packages/vuelidate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"main": "dist/index.js",
"types": "index.d.ts",
"module": "dist/index.esm.js",
"repository": "https://github.com/vuelidate/vuelidate",
"repository": {
"url": "https://github.com/vuelidate/vuelidate",
"type": "git",
"directory": "packages/vuelidate"
},
"license": "MIT",
"files": [
"dist",
Expand Down

0 comments on commit 8c89923

Please sign in to comment.