Package.json: videojs as new dependency

So it's easier to keep track of the version number.
This commit is contained in:
2018-09-14 00:50:37 +02:00
parent 1a1f67cf00
commit 462f31406a

View File

@@ -26,6 +26,7 @@
"dependencies": {
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"popper.js": "^1.14.4"
"popper.js": "^1.14.4",
"video.js": "^7.2.2"
}
}