Remove glob package

This commit is contained in:
Aleksandr Statciuk 2021-09-05 02:32:32 +03:00
parent ae92df6d79
commit 6099f62ee7
3 changed files with 0 additions and 3 deletions

1
package-lock.json generated
View file

@ -13,7 +13,6 @@
"epg-grabber": "^0.6.6",
"epg-parser": "^0.1.3",
"form-data": "^4.0.0",
"glob": "^7.1.6",
"html-to-text": "^7.0.0",
"iconv-lite": "^0.4.24",
"jsdom": "^16.5.0",

View file

@ -13,7 +13,6 @@
"epg-grabber": "^0.6.6",
"epg-parser": "^0.1.3",
"form-data": "^4.0.0",
"glob": "^7.1.6",
"html-to-text": "^7.0.0",
"iconv-lite": "^0.4.24",
"jsdom": "^16.5.0",

View file

@ -1,5 +1,4 @@
const fs = require('fs')
const glob = require('glob')
const path = require('path')
const convert = require('xml-js')
const axios = require('axios')