refactor: move to globby instead of glob library for nice promises and efficiency!

This commit is contained in:
blam
2020-05-01 18:27:43 +02:00
parent b17462af8b
commit d7bb95b87a
2 changed files with 34 additions and 38 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
"dependencies": {
"express": "^4.17.1",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
"globby": "^11.0.0",
"winston": "^3.2.1"
}
}