1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added delete helper

This commit is contained in:
Luke Pulverenti 2016-12-08 10:40:20 -05:00
parent b12487668b
commit ef8dbee498
18 changed files with 132 additions and 210 deletions

View file

@ -1,6 +1,6 @@
{
"name": "hls.js",
"version": "0.6.12",
"version": "0.6.13",
"license": "Apache-2.0",
"description": "Media Source Extension - HLS library, by/for Dailymotion",
"homepage": "https://github.com/dailymotion/hls.js",
@ -16,11 +16,11 @@
"test",
"tests"
],
"_release": "0.6.12",
"_release": "0.6.13",
"_resolution": {
"type": "version",
"tag": "v0.6.12",
"commit": "bb378720e8bdfc6d734a60347bbf2e54ea2a3ba2"
"tag": "v0.6.13",
"commit": "ac72ae33a7c260ebafd44ebc1046206e37d1cfdd"
},
"_source": "https://github.com/dailymotion/hls.js.git",
"_target": "^0.6.11",

View file

@ -1,6 +1,6 @@
{
"name": "hls.js",
"version": "0.6.12",
"version": "0.6.13",
"license": "Apache-2.0",
"description": "Media Source Extension - HLS library, by/for Dailymotion",
"homepage": "https://github.com/dailymotion/hls.js",

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "hls.js",
"version": "0.6.12",
"version": "0.6.13",
"license": "Apache-2.0",
"description": "Media Source Extension - HLS library, by/for Dailymotion",
"homepage": "https://github.com/dailymotion/hls.js",
@ -56,9 +56,9 @@
"opener": "^1.4.0",
"parallelshell": "^2.0.0",
"rimraf": "^2.5.1",
"uglify-js": "^2.7.4",
"uglify-js": "^2.7.5",
"url-toolkit": "^1.0.4",
"selenium-webdriver": "^2.52.0",
"selenium-webdriver": "^3.0.0",
"watchify": "^3.7.0",
"webworkify": "^1.4.0"
}