Bump to v0.24.0
This commit is contained in:
parent
a5f75b6f5a
commit
23a5e30ea3
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "epg-grabber",
|
"name": "epg-grabber",
|
||||||
"version": "0.23.0",
|
"version": "0.24.0",
|
||||||
"description": "Node.js CLI tool for grabbing EPG from different sites",
|
"description": "Node.js CLI tool for grabbing EPG from different sites",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
|
@ -36,6 +36,7 @@
|
||||||
"dayjs": "^1.10.4",
|
"dayjs": "^1.10.4",
|
||||||
"glob": "^7.1.6",
|
"glob": "^7.1.6",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
"node-gzip": "^1.1.2",
|
||||||
"tough-cookie": "^4.0.0",
|
"tough-cookie": "^4.0.0",
|
||||||
"winston": "^3.3.3",
|
"winston": "^3.3.3",
|
||||||
"xml-js": "^1.6.11"
|
"xml-js": "^1.6.11"
|
||||||
|
|
Loading…
Reference in New Issue