Skip to content

Commit

Permalink
Merge pull request #120 from DrewML/updateDelDep
Browse files Browse the repository at this point in the history
Update "del" dep to latest version
  • Loading branch information
jakemmarsh committed Dec 1, 2015
2 parents d44fd11 + 57021b2 commit 83a00ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gulp/tasks/clean.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import config from '../config';
import gulp from 'gulp';
import del from 'del';

gulp.task('clean', function(cb) {

del([config.buildDir], cb);
gulp.task('clean', function() {

return del([config.buildDir]);

});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"bulk-require": "^0.2.1",
"bulkify": "^1.1.1",
"debowerify": "^1.3.1",
"del": "^0.1.3",
"del": "^2.1.0",
"gulp": "^3.8.8",
"gulp-angular-templatecache": "^1.3.0",
"gulp-autoprefixer": "^2.0.0",
Expand Down

0 comments on commit 83a00ed

Please sign in to comment.