This website works better with JavaScript
Home
Explore
Help
Register
Sign In
public
/
node-hls-tools
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
don't export non-existing m3u8 code
Gil Pedersen
12 years ago
parent
072eebc2f5
commit
32935a132c
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
index.js
+ 0
- 1
index.js
View File
@@ -1,4 +1,3 @@
module.exports = {
- m3u8: require('./lib/m3u8'),
reader: require('./lib/reader')
};