1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00
This commit is contained in:
Gary Katsevman 2019-12-02 14:37:32 -05:00
parent 221497fecc
commit 7d02e53b54
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
<a name="7.7.3"></a>
## [7.7.3](https://github.com/videojs/video.js/compare/v7.7.2...v7.7.3) (2019-12-02)
### Chores
* update package-lock.json ([221497f](https://github.com/videojs/video.js/commit/221497f))
<a name="7.7.2"></a>
## [7.7.2](https://github.com/videojs/video.js/compare/v7.7.1...v7.7.2) (2019-12-02)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "video.js",
"version": "7.7.2",
"version": "7.7.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "video.js",
"description": "An HTML5 and Flash video player with a common API and skin for both.",
"version": "7.7.2",
"version": "7.7.3",
"main": "./dist/video.cjs.js",
"module": "./dist/video.es.js",
"style": "./dist/video-js.css",