Skip to content

Commit 3be6b48

Browse files
authored
chore: Add repository.directory to packages/**/package.json (#2687)
1 parent f13ec43 commit 3be6b48

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/plugin-vue-jsx/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/vitejs/vite.git"
21+
"url": "git+https://github.com/vitejs/vite.git",
22+
"directory": "packages/plugin-vue-jsx"
2223
},
2324
"bugs": {
2425
"url": "https://github.com/vitejs/vite/issues"

packages/plugin-vue/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "git+https://github.com/vitejs/vite.git"
24+
"url": "git+https://github.com/vitejs/vite.git",
25+
"directory": "packages/plugin-vue"
2526
},
2627
"bugs": {
2728
"url": "https://github.com/vitejs/vite/issues"

0 commit comments

Comments
 (0)