BREAKING CHANGE(smartfile.fs.fileExists now returns a Promise<boolean>): update

This commit is contained in:
2019-02-17 21:07:22 +01:00
parent 9b8f055ec2
commit c92b759432
3 changed files with 39 additions and 39 deletions

View File

@ -31,7 +31,7 @@
"@pushrocks/smartpath": "^4.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/smartrequest": "^1.1.14",
"@types/fs-extra": "^5.0.4",
"@types/fs-extra": "^5.0.5",
"@types/vinyl": "^2.0.2",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
@ -39,13 +39,13 @@
"vinyl-file": "^3.0.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.5",
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.18",
"@types/node": "^11.9.4",
"gulp-function": "^2.2.14",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0"
"tslint-config-prettier": "^1.18.0"
}
}