Skip to content

Commit 722783d

Browse files
committed
Fixing up package info.
1 parent 7145574 commit 722783d

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

Common/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
},
4545
"author": "Epic Games",
4646
"license": "MIT",
47+
"repository": {
48+
"type": "git",
49+
"url": "https://github.com/EpicGamesExt/PixelStreamingInfrastructure"
50+
},
4751
"publishConfig": {
4852
"access": "public"
4953
}

Frontend/implementations/typescript/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
"dependencies": {
2626
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.7": "*",
2727
"@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.7": "*"
28+
},
29+
"repository": {
30+
"type": "git",
31+
"url": "https://github.com/EpicGamesExt/PixelStreamingInfrastructure"
2832
}
2933
}

Frontend/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"repository": {
4040
"type": "git",
41-
"url": "https://github.com/EpicGamesExt/PixelStreamingInfrastructure.git"
41+
"url": "https://github.com/EpicGamesExt/PixelStreamingInfrastructure"
4242
},
4343
"author": "Epic Games",
4444
"license": "MIT",

Frontend/ui-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"repository": {
3636
"type": "git",
37-
"url": "https://github.com/EpicGamesExt/PixelStreamingInfrastructure.git"
37+
"url": "https://github.com/EpicGamesExt/PixelStreamingInfrastructure"
3838
},
3939
"author": "Epic Games",
4040
"license": "MIT",

Signalling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
},
5151
"repository": {
5252
"type": "git",
53-
"url": "https://github.com/EpicGames/PixelStreamingInfrastructure.git"
53+
"url": "https://github.com/EpicGames/PixelStreamingInfrastructure"
5454
}
5555
}

0 commit comments

Comments
 (0)