Skip to content

Commit

Permalink
chore: add repo fields to packages [ci skip] (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
hplar authored May 15, 2024
1 parent 4f5bb06 commit 57ae508
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"dist",
"server.d.ts"
],
"repository": {
"directory": "packages/core",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
},
"scripts": {
"build": "tsup --clean",
"prepare:type": "tsup --dts-only",
Expand Down
5 changes: 5 additions & 0 deletions packages/devtools-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"**.d.ts",
"dist"
],
"repository": {
"directory": "packages/devtools-kit",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
},
"scripts": {
"build": "tsup --clean",
"prepare:type": "tsup --dts-only",
Expand Down
5 changes: 5 additions & 0 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"files": [
"dist"
],
"repository": {
"directory": "packages/shared",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
},
"scripts": {
"build": "tsup",
"prepare:type": "tsup --dts-only",
Expand Down

0 comments on commit 57ae508

Please sign in to comment.