fix(fs.listFolders()): fix retuen type

This commit is contained in:
2018-11-22 23:23:26 +01:00
parent b6b2101054
commit 52367f5c1a
5 changed files with 272 additions and 60 deletions

View File

@ -33,17 +33,19 @@
"@pushrocks/smartrequest": "^1.1.14",
"@types/fs-extra": "^5.0.4",
"@types/vinyl": "^2.0.2",
"fs-extra": "^7.0.0",
"glob": "^7.1.2",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"js-yaml": "^3.10.0",
"vinyl-file": "^3.0.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.7.1",
"gulp-function": "^2.2.14"
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.10",
"gulp-function": "^2.2.14",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.16.0"
}
}