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

Commit

Permalink
Update package.json to use npm account for now until GH packages can …
Browse files Browse the repository at this point in the history
…be made public on this repo.
  • Loading branch information
lukehb committed Feb 8, 2023
1 parent c73a100 commit bf1cc7c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Frontend/implementations/EpicGames/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@epicgames/reference-pixelstreamingfrontend",
"name": "@epicgames-ps/reference-pixelstreamingfrontend",
"version": "0.0.1",
"description": "",
"main": "player.ts",
Expand Down
2 changes: 1 addition & 1 deletion Frontend/implementations/EpicGames/src/player.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Epic Games, Inc. All Rights Reserved.

import * as libfrontend from '@epicgames/lib-pixelstreamingfrontend-dev';
import * as libfrontend from '@epicgames-ps/lib-pixelstreamingfrontend-dev';


document.body.onload = function() {
Expand Down
2 changes: 1 addition & 1 deletion Frontend/implementations/EpicGames/src/stresstest.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Epic Games, Inc. All Rights Reserved.

import * as libfrontend from '@epicgames/lib-pixelstreamingfrontend-dev';
import * as libfrontend from '@epicgames-ps/lib-pixelstreamingfrontend-dev';

// This is the entrypoint to the stress test, all setup happens here
export class StressTester {
Expand Down
11 changes: 6 additions & 5 deletions Frontend/library/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@epicgames/lib-pixelstreamingfrontend-dev",
"name": "@epicgames-ps/lib-pixelstreamingfrontend-dev",
"version": "0.0.1",
"description": "Frontend library for Pixel Streaming",
"main": "dist/lib-pixelstreamingfrontend.min.js",
Expand Down Expand Up @@ -32,9 +32,10 @@
"repository": {
"type": "git",
"url": "https://github.com/EpicGames/PixelStreamingInfrastructure.git"
},
"publishConfig": {
"registry":"https://npm.pkg.github.com/",
},
"author": "Epic Games",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit bf1cc7c

Please sign in to comment.