Skip to content

Commit e1a3fb0

Browse files
committed
chore: npm package sync
1 parent 5dc327e commit e1a3fb0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

plugins/search-backend-module-stack-overflow-teams-collator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backstage-stack-overflow-teams-collator",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A module for the search backend that exports stack overflow for teams modules",
55
"backstage": {
66
"role": "backend-plugin-module",
@@ -12,10 +12,10 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/estoesmoises/backstage-stackoverflow"
15+
"url": "https://github.com/StackExchange/backstage-stackoverflow"
1616
},
1717
"bugs": {
18-
"url": "https://github.com/EstoesMoises/backstage-stackoverflow/issues"
18+
"url": "https://github.com/StackExchange/backstage-stackoverflow/issues"
1919
},
2020
"license": "Apache-2.0",
2121
"main": "src/index.ts",

plugins/stack-overflow-teams-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backstage-plugin-stack-overflow-teams-backend",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -17,10 +17,10 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/estoesmoises/backstage-stackoverflow"
20+
"url": "https://github.com/StackExchange/backstage-stackoverflow"
2121
},
2222
"bugs": {
23-
"url": "https://github.com/EstoesMoises/backstage-stackoverflow/issues"
23+
"url": "https://github.com/StackExchange/backstage-stackoverflow/issues"
2424
},
2525
"scripts": {
2626
"start": "backstage-cli package start",

plugins/stack-overflow-teams/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backstage-plugin-stack-overflow-teams",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -19,10 +19,10 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/estoesmoises/backstage-stackoverflow"
22+
"url": "https://github.com/StackExchange/backstage-stackoverflow"
2323
},
2424
"bugs": {
25-
"url": "https://github.com/EstoesMoises/backstage-stackoverflow/issues"
25+
"url": "https://github.com/StackExchange/backstage-stackoverflow/issues"
2626
},
2727
"sideEffects": false,
2828
"scripts": {

0 commit comments

Comments
 (0)