Browse Source

don't export non-existing m3u8 code

Gil Pedersen 12 năm trước cách đây
mục cha
commit
32935a132c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      index.js

+ 0 - 1
index.js

@@ -1,4 +1,3 @@
 module.exports = {
-  m3u8: require('./lib/m3u8'),
   reader: require('./lib/reader')
 };