diff --git a/package.json b/package.json index 1310a3c..cda3eda 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ }, "homepage": "https://gitlab.com/pushrocks/smartgulp#README", "devDependencies": { - "gulp-function": "^2.2.3", + "gulp-function": "^2.2.5", "tapbundle": "^1.0.10" }, "dependencies": { "@types/lodash": "^4.14.63", "lodash": "^4.17.4", "smartevent": "^1.0.1", - "smartfile": "^4.2.0", + "smartfile": "^4.2.1", "smartq": "^1.1.1", "smartstream": "^1.0.8", "typings-global": "^1.0.16" diff --git a/test/test.ts b/test/test.ts index f4ed5ce..c46905e 100644 --- a/test/test.ts +++ b/test/test.ts @@ -13,8 +13,9 @@ tap.test('smartgulp.src -> should read a directoy', async () => { })) .pipe(gulpFunction.atEnd(async () => { console.log('hey') - done.resolve() + })) + done.resolve() await done.promise })