Skip to content

Commit f551399

Browse files
committed
Upgrade video.js to version 7.6.5
1 parent 380d0e6 commit f551399

File tree

2 files changed

+2533
-2460
lines changed

2 files changed

+2533
-2460
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-video-player",
3-
"version": "1.2.2-edge.8",
3+
"version": "1.3.0-edge.0",
44
"description": "Cloudinary Video Player",
55
"scripts": {
66
"prepare": "shx cp env.example.js env.js",
@@ -11,6 +11,7 @@
1111
"build-light": "WEBPACK_BUILD_LIGHT=1 webpack --config webpack/es5.config.js --progress --display-error-details --color",
1212
"analyze": "webpack --config webpack/minified.config.js --json | webpack-bundle-size-analyzer",
1313
"build-all": "npm run clean && npm run build-dev && npm run build && npm run build-light",
14+
"prebuild": "sed -i.bak 's:../../node_modules:../../..:' node_modules/video.js/src/css/video-js.scss",
1415
"precommit": "eslint src",
1516
"predeploy": "deploy=true npm run build-all",
1617
"deploy": "deploy=true node webpack/deploy.js",
@@ -27,7 +28,7 @@
2728
"fetch-ponyfill": "^4.0.0",
2829
"get-size": "^2.0.2",
2930
"promise-polyfill": "^6.0.2",
30-
"video.js": "^7.4.1",
31+
"video.js": "^7.6.5",
3132
"videojs-contextmenu": "^1.2.2",
3233
"videojs-contrib-ads": "^6.6.1",
3334
"videojs-ima": "^1.5.1",

0 commit comments

Comments
 (0)