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']);