From ebfe62f72912a4c36eaa00ec994aaaaa0b0a7a7d Mon Sep 17 00:00:00 2001 From: Subhan Ahmed <6490568+subhanahmed047@users.noreply.github.com> Date: Wed, 9 Oct 2024 03:14:39 +0000 Subject: [PATCH] fix: update invalid dependancy version in the example --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 258e529..1344464 100644 --- a/example/package.json +++ b/example/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "bitmovin-player": "^8.159.0", - "bitmovin-player-react": "file:..", + "bitmovin-player-react": "^1.0.1", "bitmovin-player-ui": "^3.60.0", "react": "^18.2.0", "react-dom": "^18.2.0"