Skip to content

Commit 97dda1a

Browse files
authored
chore: fix repository package.json fields (#314)
1 parent 1f0306b commit 97dda1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configs/tsconfig-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/mongodb-js/devtools.git"
24+
"url": "https://github.com/mongodb-js/devtools-shared.git"
2525
},
2626
"homepage": "https://github.com/mongodb-js/devtools",
2727
"publishConfig": {

packages/devtools-connect/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@mongodb-js/devtools-connect",
33
"version": "2.6.1",
44
"description": "A connection establishment utility for MongoDB developer tools",
5-
"homepage": "https://github.com/mongodb-js/devtools-connect",
5+
"homepage": "https://github.com/mongodb-js/devtools-shared/tree/main/packages/devtools-connect",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/mongodb-js/devtools-connect.git"
8+
"url": "https://github.com/mongodb-js/devtools-shared.git"
99
},
1010
"publishConfig": {
1111
"access": "public"

0 commit comments

Comments
 (0)