now accepts promises as return of supplied functions

This commit is contained in:
2016-02-14 18:36:34 +01:00
parent ac9305c480
commit 6e55ed3162
7 changed files with 133 additions and 62 deletions

View File

@@ -25,8 +25,9 @@
},
"homepage": "https://github.com/pushrocks/gulp-function",
"dependencies": {
"beautylog": "2.1.1",
"through2": "2.0.1"
"beautylog": "^2.1.1",
"q": "^1.4.1",
"through2": "^2.0.1"
},
"devDependencies": {
"gulp": "^3.9.1",