Skip to content

Commit

Permalink
chore: Add repository.directory to packages/**/package.json (#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 authored Mar 29, 2021
1 parent 6743e07 commit 0ecff94
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitejs/vite.git"
"url": "git+https://github.com/vitejs/vite.git",
"directory": "packages/create-app"
},
"bugs": {
"url": "https://github.com/vitejs/vite/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitejs/vite.git"
"url": "git+https://github.com/vitejs/vite.git",
"directory": "packages/plugin-legacy"
},
"bugs": {
"url": "https://github.com/vitejs/vite/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/plugin-react-refresh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitejs/vite.git"
"url": "git+https://github.com/vitejs/vite.git",
"directory": "packages/plugin-react-refresh"
},
"bugs": {
"url": "https://github.com/vitejs/vite/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitejs/vite.git"
"url": "git+https://github.com/vitejs/vite.git",
"directory": "packages/plugin-vue-jsx"
},
"bugs": {
"url": "https://github.com/vitejs/vite/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitejs/vite.git"
"url": "git+https://github.com/vitejs/vite.git",
"directory": "packages/plugin-vue"
},
"bugs": {
"url": "https://github.com/vitejs/vite/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitejs/vite.git"
"url": "git+https://github.com/vitejs/vite.git",
"directory": "packages/vite"
},
"bugs": {
"url": "https://github.com/vitejs/vite/issues"
Expand Down

0 comments on commit 0ecff94

Please sign in to comment.