We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433c9fe commit 0498963Copy full SHA for 0498963
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"license": "GPL-3.0",
3
- "version": "6.0.0-rc14",
+ "version": "6.0.0-rc15",
4
"name": "videobox",
5
"description": "Pop-up video player plugin",
6
"copyright": "Hitko",
@@ -58,7 +58,7 @@
58
"typedoc": ">=0.5.1"
59
},
60
"dependencies": {
61
- "video.js": "^5.11.9",
+ "video.js": "git+https://github.com/HitkoDev/video.js.git#custom_build",
62
"web-animations-js": ">=2.2.2"
63
}
64
0 commit comments