Merge pull request #23686 from AviVahl/master

[hls.js] Add proxy file for light distributed bundle
This commit is contained in:
Benjamin Lichtman
2018-03-01 15:30:49 -08:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
import Hls = require("../index");
export = Hls;
+1
View File
@@ -19,6 +19,7 @@
},
"files": [
"index.d.ts",
"dist/hls.light.d.ts",
"hls.js-tests.ts"
]
}