From 156bf99c1faa262c5bf850dca4e8730773994562 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Mon, 13 Oct 2014 17:30:52 -0700 Subject: [PATCH] style(gulp): add missing newline --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 71d4d59..ba5eeb8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -13,4 +13,4 @@ gulp.task('browserify', function() { return bundleStream.pipe(gulp.dest('./dist')); }); -gulp.task('default', ['browserify']); \ No newline at end of file +gulp.task('default', ['browserify']);