update
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user