Comparing version 0.0.4 to 0.0.5
@@ -30,3 +30,3 @@ var through = require('through2'); | ||
if (file.isNull()) { | ||
self.push(file); | ||
this.push(file); | ||
return done(); | ||
@@ -33,0 +33,0 @@ } |
{ | ||
"name": "gulp-aws", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "AWS S3 plugin for Gulp", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -60,3 +60,3 @@ gulp-aws | ||
aws_region: 'eu-west-1', | ||
aws_key: 'your aws key kere', | ||
aws_key: 'your aws key here', | ||
aws_secret: 'your aws secret here' | ||
@@ -72,1 +72,2 @@ })); | ||
* [Chris Kinsman](https://github.com/chriskinsman) | ||
* [Chopper](https://github.com/chopper) |
5348
72