Skip to content

Commit

Permalink
Update dependencies and remove dist
Browse files Browse the repository at this point in the history
  • Loading branch information
YasharF committed May 29, 2019
1 parent 592d6ae commit 2e3ed74
Show file tree
Hide file tree
Showing 3 changed files with 794 additions and 1,046 deletions.
5 changes: 0 additions & 5 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var excludeGitignore = require('gulp-exclude-gitignore')
var mocha = require('gulp-mocha')
var istanbul = require('gulp-istanbul')
var plumber = require('gulp-plumber')
var del = require('del')
var isparta = require('isparta')

gulp.task('static', function staticTask() {
Expand Down Expand Up @@ -48,8 +47,4 @@ gulp.task(
})
)

gulp.task('clean', function() {
return del('dist')
})

gulp.task('default', gulp.series('static', 'test'))
Loading

0 comments on commit 2e3ed74

Please sign in to comment.