From 794178e0dec0e0b7255ea14511ba350a78a41d18 Mon Sep 17 00:00:00 2001 From: Ceyhun Ozgoc Date: Fri, 16 Feb 2024 14:33:00 +0100 Subject: [PATCH 1/2] Update player version. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 48f1f08..41187d6 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "scripts": { "start": "serve" }, - "author": "Mauricio Coelho", + "author": "THEO Technologies", "dependencies": { - "theoplayer": "^4.5.1", - "@theoplayer/extended": "^6.7.0" + "theoplayer": "^6", + "@theoplayer/extended": "^6" } } From ff21c3d1eb16777664802c76356ffbedbfedf3d3 Mon Sep 17 00:00:00 2001 From: Ceyhun Ozgoc Date: Fri, 16 Feb 2024 14:34:20 +0100 Subject: [PATCH 2/2] Remove codesandbox references. --- README.md | 4 ---- sandbox.config.json | 3 --- 2 files changed, 7 deletions(-) delete mode 100644 sandbox.config.json diff --git a/README.md b/README.md index 1e506fb..18169de 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,6 @@ This project will demonstrate how to use THEOplayer for web. if you have any que ## Quickstart -The easiest way to start is checking our live documentation on [Codesandbox](https://codesandbox.io/s/github/THEOplayer/samples-web) - -## Quickstart: on your local machine - 1. Run the static server local `npx http-server` > The THEOplayer library provided in this sample is currently targeted to the latest version and is set to run on **localhost only** diff --git a/sandbox.config.json b/sandbox.config.json deleted file mode 100644 index 5866ed7..0000000 --- a/sandbox.config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "template": "static" -}