implement Smartfile.write

This commit is contained in:
2018-02-16 21:57:44 +01:00
parent 9fa98c3804
commit 5b2089044d
17 changed files with 136 additions and 271 deletions

View File

@ -26,20 +26,20 @@
},
"homepage": "https://gitlab.com/pushrocks/smartfile",
"dependencies": {
"@types/fs-extra": "4.x.x",
"@types/vinyl": "^2.0.1",
"fs-extra": "^4.0.2",
"@types/fs-extra": "5.0.0",
"@types/vinyl": "^2.0.2",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"js-yaml": "^3.10.0",
"require-reload": "0.2.2",
"smartpath": "^3.2.8",
"smartq": "^1.1.6",
"smartrequest": "^1.0.6",
"typings-global": "^1.0.20",
"smartrequest": "^1.0.8",
"vinyl-file": "^3.0.0"
},
"devDependencies": {
"gulp-function": "^2.2.9",
"tapbundle": "^1.1.1"
"@types/node": "^9.4.6",
"gulp-function": "^2.2.14",
"tapbundle": "^1.1.8"
}
}