Skip to content

Commit

Permalink
fix: Add/Update repository properties in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Oct 14, 2022
1 parent 7d9eebb commit 7a974fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/vitest/package.json
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://github.com/vitest-dev/vitest#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git"
"url": "git+https://github.com/vitest-dev/vitest.git",
"directory": "packages/vitest"
},
"bugs": {
"url": "https://github.com/vitest-dev/vitest/issues"
Expand Down
5 changes: 5 additions & 0 deletions packages/web-worker/package.json
Expand Up @@ -3,6 +3,11 @@
"type": "module",
"version": "0.24.3",
"description": "Web Worker support for testing in Vitest",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
"directory": "packages/web-worker"
},
"exports": {
".": {
"types": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/ws-client/package.json
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://github.com/vitest-dev/vitest#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git"
"url": "git+https://github.com/vitest-dev/vitest.git",
"directory": "packages/ws-client"
},
"bugs": {
"url": "https://github.com/vitest-dev/vitest/issues"
Expand Down

0 comments on commit 7a974fa

Please sign in to comment.