refactor(utils): reduce number of utils (#1085)

* refactor(utils): remove utils.grep

* refactor(utils): replace utils.scanDirectory w/ fast-glob

Note that fast-glob is already in our dependency graph anyway.
This commit is contained in:
Raphael von der Grün
2020-10-06 09:04:48 +02:00
committed by GitHub
parent 206238893b
commit 5d3591b853
4 changed files with 10 additions and 65 deletions
+1
View File
@@ -28,6 +28,7 @@
"android-versions": "^1.5.0",
"cordova-common": "^4.0.1",
"execa": "^4.0.2",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.1",
"is-path-inside": "^3.0.2",
"nopt": "^4.0.3",