Sfoglia il codice sorgente

don't export non-existing m3u8 code

Gil Pedersen 12 anni fa
parent
commit
32935a132c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      index.js

+ 0 - 1
index.js

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