add Smartfile.parsedPath

This commit is contained in:
2017-05-07 23:00:56 +02:00
parent 5493d3cd5d
commit 30bc489822
5 changed files with 35 additions and 19 deletions

View File

@@ -26,9 +26,9 @@
},
"homepage": "https://gitlab.com/pushrocks/smartfile",
"dependencies": {
"@types/fs-extra": "2.x.x",
"@types/fs-extra": "3.x.x",
"@types/vinyl": "^2.0.0",
"fs-extra": "^3.0.0",
"fs-extra": "^3.0.1",
"glob": "^7.1.1",
"js-yaml": "^3.8.3",
"require-reload": "0.2.2",
@@ -41,6 +41,6 @@
},
"devDependencies": {
"gulp-function": "^2.2.9",
"tapbundle": "^1.0.10"
"tapbundle": "^1.0.12"
}
}