update smartfile to latest npmts

This commit is contained in:
2017-07-30 22:53:54 +02:00
parent e4180022b1
commit 0343287775
5 changed files with 224 additions and 118 deletions

View File

@@ -26,21 +26,21 @@
},
"homepage": "https://gitlab.com/pushrocks/smartfile",
"dependencies": {
"@types/fs-extra": "3.x.x",
"@types/fs-extra": "4.x.x",
"@types/vinyl": "^2.0.0",
"fs-extra": "^3.0.1",
"glob": "^7.1.1",
"js-yaml": "^3.8.3",
"fs-extra": "^4.0.0",
"glob": "^7.1.2",
"js-yaml": "^3.9.1",
"require-reload": "0.2.2",
"smartpath": "^3.2.8",
"smartq": "^1.1.1",
"smartrequest": "^1.0.4",
"typings-global": "^1.0.16",
"vinyl": "^2.0.2",
"smartq": "^1.1.6",
"smartrequest": "^1.0.6",
"typings-global": "^1.0.20",
"vinyl": "^2.1.0",
"vinyl-file": "^3.0.0"
},
"devDependencies": {
"gulp-function": "^2.2.9",
"tapbundle": "^1.0.12"
"tapbundle": "^1.1.1"
}
}