gulp-bower
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -14,4 +14,2 @@ /* jshint node:true */ | ||
gulp.task('default', function() { | ||
gulp.run('lint'); | ||
}); | ||
gulp.task('default', ['lint']); |
@@ -63,2 +63,3 @@ var bower = require('bower'); | ||
stream.end(); | ||
stream.emit("end"); | ||
}); | ||
@@ -68,2 +69,2 @@ }); | ||
return stream; | ||
}; | ||
}; |
{ | ||
"name": "gulp-bower", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Install Bower packages.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -40,2 +40,5 @@ # gulp-bower | ||
#####0.0.5 | ||
- Emits "end", so the consumer knows when bower is done installing (by agzam) | ||
#####0.0.4 | ||
@@ -42,0 +45,0 @@ - fixed custom bower directory bug |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4934
54