Skip to content

Commit aab8002

Browse files
authored
chore(ci): Use correct repository url in libraries [WPB-23275] (#20382)
1 parent b2d25b4 commit aab8002

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

libraries/api-client/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@wireapp/api-client",
33
"license": "GPL-3.0",
44
"description": "Wire API Client to send and receive data.",
5-
"repository": "https://github.com/wireapp/wire-web-packages/tree/main/packages/api-client",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/wireapp/wire-webapp",
8+
"directory": "libraries/api-client"
9+
},
610
"files": [
711
"lib"
812
],

libraries/core/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@wireapp/core",
33
"license": "GPL-3.0",
44
"description": "Wire for Web's communication core.",
5-
"repository": "https://github.com/wireapp/wire-webapp/tree/main/libraries/core",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/wireapp/wire-webapp",
8+
"directory": "libraries/core"
9+
},
610
"files": [
711
"lib",
812
"src"

0 commit comments

Comments
 (0)