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

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')