Skip to content

Commit e191ff7

Browse files
authored
Moved all package.json under @epicgames-ps scope to avoid package confusion. (EpicGames#187)
1 parent e127f4b commit e191ff7

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Matchmaker/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"name": "cirrus-matchmaker",
2+
"name": "@epicgames-ps/cirrus-matchmaker",
33
"version": "0.0.1",
4+
"private": true,
45
"description": "Cirrus servers connect to the Matchmaker which redirects a browser to the next available Cirrus server",
56
"dependencies": {
67
"cors": "^2.8.5",

SFU/mediasoup-sdp-bridge/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "mediasoup-sdp-bridge",
2+
"name": "@epicgames-ps/mediasoup-sdp-bridge",
3+
"private": true,
34
"version": "3.6.5",
45
"description": "Node.js library to allow integration of SDP based clients with mediasoup",
56
"contributors": [

SFU/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "pixelstreaming-sfu",
2+
"name": "@epicgames-ps/pixelstreaming-sfu",
33
"version": "1.0.0",
44
"description": "Reference implementation for a PixelStreaming SFU",
5+
"private": true,
56
"scripts": {
67
"start-local": "run-script-os --",
78
"start-local:windows": ".\\platform_scripts\\cmd\\run.bat",

SignallingWebServer/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "cirrus-webserver",
2+
"name": "@epicgames-ps/cirrus-webserver",
33
"version": "0.0.1",
44
"description": "The reference signalling and web server for Pixel Streaming: Cirrus",
5+
"private": true,
56
"scripts": {
67
"store_password": "run-script-os",
78
"store_password:default": "./platform_scripts/bash/node/bin/node ./modules/authentication/db/store_password.js --usersFile=./modules/authentication/db/users.json",

0 commit comments

Comments
 (0)