File tree 5 files changed +10
-10
lines changed
configs/eslint-config-devtools 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 38
38
},
39
39
"repository" : {
40
40
"type" : " git" ,
41
- "url" : " https://github.com/mongodb-js/compass .git"
41
+ "url" : " https://github.com/mongodb-js/devtools-shared .git"
42
42
},
43
- "homepage" : " https://github.com/mongodb-js/compass " ,
43
+ "homepage" : " https://github.com/mongodb-js/devtools-shared " ,
44
44
"publishConfig" : {
45
45
"access" : " public"
46
46
}
Original file line number Diff line number Diff line change 15
15
"url" : " https://jira.mongodb.org/projects/COMPASS/issues" ,
16
16
"email" : " compass@mongodb.com"
17
17
},
18
- "homepage" : " https://github.com/mongodb-js/compass " ,
18
+ "homepage" : " https://github.com/mongodb-js/devtools-shared " ,
19
19
"version" : " 0.1.1" ,
20
20
"repository" : {
21
21
"type" : " git" ,
22
- "url" : " https://github.com/mongodb-js/compass .git"
22
+ "url" : " https://github.com/mongodb-js/devtools-shared .git"
23
23
},
24
24
"files" : [
25
25
" dist"
Original file line number Diff line number Diff line change 12
12
"url" : " https://jira.mongodb.org/projects/COMPASS/issues" ,
13
13
"email" : " compass@mongodb.com"
14
14
},
15
- "homepage" : " https://github.com/mongodb-js/get-os-info " ,
15
+ "homepage" : " https://github.com/mongodb-js/devtools-shared " ,
16
16
"version" : " 0.3.13" ,
17
17
"repository" : {
18
18
"type" : " git" ,
19
- "url" : " https://github.com/mongodb-js/get-os-info .git"
19
+ "url" : " https://github.com/mongodb-js/devtools-shared .git"
20
20
},
21
21
"files" : [
22
22
" dist"
Original file line number Diff line number Diff line change 10
10
"url" : " https://jira.mongodb.org/projects/COMPASS/issues" ,
11
11
"email" : " compass@mongodb.com"
12
12
},
13
- "homepage" : " https://github.com/mongodb-js/compass " ,
13
+ "homepage" : " https://github.com/mongodb-js/devtools-shared " ,
14
14
"version" : " 0.1.17" ,
15
15
"repository" : {
16
16
"type" : " git" ,
17
- "url" : " https://github.com/mongodb-js/compass .git"
17
+ "url" : " https://github.com/mongodb-js/devtools-shared .git"
18
18
},
19
19
"license" : " SSPL" ,
20
20
"scripts" : {
Original file line number Diff line number Diff line change @@ -158,11 +158,11 @@ async function main(argv) {
158
158
url : 'https://jira.mongodb.org/projects/COMPASS/issues' ,
159
159
email : 'compass@mongodb.com' ,
160
160
} ,
161
- homepage : 'https://github.com/mongodb-js/compass ' ,
161
+ homepage : 'https://github.com/mongodb-js/devtools-shared ' ,
162
162
version : '0.1.0' ,
163
163
repository : {
164
164
type : 'git' ,
165
- url : 'https://github.com/mongodb-js/compass .git' ,
165
+ url : 'https://github.com/mongodb-js/devtools-shared .git' ,
166
166
} ,
167
167
files : [ 'dist' ] ,
168
168
license : license ,
You can’t perform that action at this time.
0 commit comments