mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Remove extra dependencies
This commit is contained in:
parent
a77f474fb6
commit
64899ef9f6
3 changed files with 1334 additions and 1408 deletions
|
@ -2,7 +2,7 @@ const { create: createPlaylist } = require('./playlist')
|
|||
const store = require('./store')
|
||||
const path = require('path')
|
||||
const glob = require('glob')
|
||||
const fs = require('mz/fs')
|
||||
const fs = require('fs-extra')
|
||||
const _ = require('lodash')
|
||||
|
||||
const file = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue