Skip to content

Commit 57ae508

Browse files
authored
chore: add repo fields to packages [ci skip] (#386)
1 parent 4f5bb06 commit 57ae508

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

packages/core/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"dist",
1717
"server.d.ts"
1818
],
19+
"repository": {
20+
"directory": "packages/core",
21+
"type": "git",
22+
"url": "git+https://github.com/vuejs/devtools-next.git"
23+
},
1924
"scripts": {
2025
"build": "tsup --clean",
2126
"prepare:type": "tsup --dts-only",

packages/devtools-kit/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
"**.d.ts",
1818
"dist"
1919
],
20+
"repository": {
21+
"directory": "packages/devtools-kit",
22+
"type": "git",
23+
"url": "git+https://github.com/vuejs/devtools-next.git"
24+
},
2025
"scripts": {
2126
"build": "tsup --clean",
2227
"prepare:type": "tsup --dts-only",

packages/shared/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"files": [
1616
"dist"
1717
],
18+
"repository": {
19+
"directory": "packages/shared",
20+
"type": "git",
21+
"url": "git+https://github.com/vuejs/devtools-next.git"
22+
},
1823
"scripts": {
1924
"build": "tsup",
2025
"prepare:type": "tsup --dts-only",

0 commit comments

Comments
 (0)