Install axios package

This commit is contained in:
Aleksandr Statciuk 2021-09-03 22:57:15 +03:00
parent ec4def203d
commit 6108d6b645
2 changed files with 3 additions and 0 deletions

2
package-lock.json generated
View file

@ -4,8 +4,10 @@
"requires": true,
"packages": {
"": {
"name": "epg",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10",
"dayjs": "^1.10.4",
"epg-grabber": "^0.6.6",

View file

@ -7,6 +7,7 @@
"author": "Arhey",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10",
"dayjs": "^1.10.4",
"epg-grabber": "^0.6.6",