Skip to content

Commit

Permalink
Fixing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJones02 committed Aug 19, 2015
1 parent 927feaa commit f288f88
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
'use strict';

var exec = require('child_process').exec;
var gulp = require('gulp');

var helper = {
Expand All @@ -14,7 +12,6 @@ var helper = {
return plugin;
}
};
var pkg = require('./package.json');

gulp.task('default', ['build'], function () {
});
Expand Down

0 comments on commit f288f88

Please sign in to comment.