Commit 8f4c6da6af788161d80edbf295e07989c055c4e1

Authored by --global
1 parent 3107d8730c
Exists in master

pre commit correcto

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -66,7 +66,7 @@ gulp.task('post-install', function() {
66 66 });
67 67  
68 68 gulp.task('pre-commit', function() {
69   - pump(
  69 + return pump(
70 70 [
71 71 gulp.src(paths.srcJS),
72 72 jshint('.jshintrc'),