Skip to content

Commit a70f849

Browse files
authored
chore: fix repository fields in package.json (#26)
1 parent 4fed374 commit a70f849

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

configs/eslint-config-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
},
3939
"repository": {
4040
"type": "git",
41-
"url": "https://github.com/mongodb-js/compass.git"
41+
"url": "https://github.com/mongodb-js/devtools-shared.git"
4242
},
43-
"homepage": "https://github.com/mongodb-js/compass",
43+
"homepage": "https://github.com/mongodb-js/devtools-shared",
4444
"publishConfig": {
4545
"access": "public"
4646
}

packages/bump-monorepo-packages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
1616
"email": "compass@mongodb.com"
1717
},
18-
"homepage": "https://github.com/mongodb-js/compass",
18+
"homepage": "https://github.com/mongodb-js/devtools-shared",
1919
"version": "0.1.1",
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/mongodb-js/compass.git"
22+
"url": "https://github.com/mongodb-js/devtools-shared.git"
2323
},
2424
"files": [
2525
"dist"

packages/get-os-info/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
1313
"email": "compass@mongodb.com"
1414
},
15-
"homepage": "https://github.com/mongodb-js/get-os-info",
15+
"homepage": "https://github.com/mongodb-js/devtools-shared",
1616
"version": "0.3.13",
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/mongodb-js/get-os-info.git"
19+
"url": "https://github.com/mongodb-js/devtools-shared.git"
2020
},
2121
"files": [
2222
"dist"

scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
1111
"email": "compass@mongodb.com"
1212
},
13-
"homepage": "https://github.com/mongodb-js/compass",
13+
"homepage": "https://github.com/mongodb-js/devtools-shared",
1414
"version": "0.1.17",
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/mongodb-js/compass.git"
17+
"url": "https://github.com/mongodb-js/devtools-shared.git"
1818
},
1919
"license": "SSPL",
2020
"scripts": {

scripts/src/create-workspace.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ async function main(argv) {
158158
url: 'https://jira.mongodb.org/projects/COMPASS/issues',
159159
email: 'compass@mongodb.com',
160160
},
161-
homepage: 'https://github.com/mongodb-js/compass',
161+
homepage: 'https://github.com/mongodb-js/devtools-shared',
162162
version: '0.1.0',
163163
repository: {
164164
type: 'git',
165-
url: 'https://github.com/mongodb-js/compass.git',
165+
url: 'https://github.com/mongodb-js/devtools-shared.git',
166166
},
167167
files: ['dist'],
168168
license: license,

0 commit comments

Comments
 (0)