Skip to content

Commit

Permalink
fix: update package.json for supporting video.js 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Orlov committed Oct 3, 2018
1 parent ab13f2a commit dbc87e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -22,6 +22,7 @@
"test": "npm-run-all test:*",
"test:vjs5": "npm install video.js@5.19.2 --no-save && npm-run-all -p -r testServer webdriver",
"test:vjs6": "npm install video.js@6 --no-save && npm-run-all -p -r testServer webdriver",
"test:vjs7": "npm install video.js@7 --no-save && npm-run-all -p -r testServer webdriver",
"testServer": "http-server --cors -p 8000 --silent",
"preversion": "node scripts/preversion.js && npm run lint && npm test",
"version": "node scripts/version.js",
Expand All @@ -42,7 +43,7 @@
"dependencies": {
"can-autoplay": "^3.0.0",
"cryptiles": "^4.1.2",
"video.js": "^5.19.2 || ^6",
"video.js": "^5.19.2 || ^6 || ^7",
"videojs-contrib-ads": "^6"
},
"devDependencies": {
Expand Down

0 comments on commit dbc87e6

Please sign in to comment.