Skip to content

Commit

Permalink
style: fix issues with hound CI
Browse files Browse the repository at this point in the history
  • Loading branch information
victor nwaiwu committed Jan 8, 2017
1 parent 99df992 commit 7051496
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint amd:true */
require('dotenv').config();

const gulp = require('gulp');
Expand All @@ -24,4 +25,4 @@ gulp.task('watch', () => {

gulp.task('build', ['source']);

gulp.task('default', ['serve']);
gulp.task('default', ['serve']);

0 comments on commit 7051496

Please sign in to comment.