Skip to content

Commit

Permalink
chore: fix repository package.json fields (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored May 10, 2024
1 parent 1f0306b commit 97dda1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/tsconfig-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/devtools.git"
"url": "https://github.com/mongodb-js/devtools-shared.git"
},
"homepage": "https://github.com/mongodb-js/devtools",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@mongodb-js/devtools-connect",
"version": "2.6.1",
"description": "A connection establishment utility for MongoDB developer tools",
"homepage": "https://github.com/mongodb-js/devtools-connect",
"homepage": "https://github.com/mongodb-js/devtools-shared/tree/main/packages/devtools-connect",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/devtools-connect.git"
"url": "https://github.com/mongodb-js/devtools-shared.git"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 97dda1a

Please sign in to comment.