Skip to content

Commit

Permalink
Merge pull request #40 from radify/fix-gulp-security-task
Browse files Browse the repository at this point in the history
Temporarily disables gulp security task
  • Loading branch information
nateabele committed Nov 2, 2015
2 parents cb23229 + 33e4817 commit 7f43062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ gulp.task('security', function(cb) {
});

gulp.task('default', function(cb) {
runSequence('test', ['lint', 'style', 'coveralls', 'security'], cb);
runSequence('test', ['lint', 'style', 'coveralls'], cb);
});

0 comments on commit 7f43062

Please sign in to comment.