Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Moved all package.json under @epicgames-ps scope to avoid package con…
Browse files Browse the repository at this point in the history
…fusion. (#187)
  • Loading branch information
lukehb authored Apr 4, 2023
1 parent e127f4b commit e191ff7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Matchmaker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cirrus-matchmaker",
"name": "@epicgames-ps/cirrus-matchmaker",
"version": "0.0.1",
"private": true,
"description": "Cirrus servers connect to the Matchmaker which redirects a browser to the next available Cirrus server",
"dependencies": {
"cors": "^2.8.5",
Expand Down
3 changes: 2 additions & 1 deletion SFU/mediasoup-sdp-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "mediasoup-sdp-bridge",
"name": "@epicgames-ps/mediasoup-sdp-bridge",
"private": true,
"version": "3.6.5",
"description": "Node.js library to allow integration of SDP based clients with mediasoup",
"contributors": [
Expand Down
3 changes: 2 additions & 1 deletion SFU/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "pixelstreaming-sfu",
"name": "@epicgames-ps/pixelstreaming-sfu",
"version": "1.0.0",
"description": "Reference implementation for a PixelStreaming SFU",
"private": true,
"scripts": {
"start-local": "run-script-os --",
"start-local:windows": ".\\platform_scripts\\cmd\\run.bat",
Expand Down
3 changes: 2 additions & 1 deletion SignallingWebServer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "cirrus-webserver",
"name": "@epicgames-ps/cirrus-webserver",
"version": "0.0.1",
"description": "The reference signalling and web server for Pixel Streaming: Cirrus",
"private": true,
"scripts": {
"store_password": "run-script-os",
"store_password:default": "./platform_scripts/bash/node/bin/node ./modules/authentication/db/store_password.js --usersFile=./modules/authentication/db/users.json",
Expand Down

0 comments on commit e191ff7

Please sign in to comment.