Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #3 from dashevo/fix-deps
Browse files Browse the repository at this point in the history
fix critical vulnerability (dep: growl 1.9.x)
  • Loading branch information
KamuelaFranco authored Nov 10, 2018
2 parents 1437e43 + 0bcaa8b commit 3d9e72e
Show file tree
Hide file tree
Showing 3 changed files with 3,281 additions and 5,513 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
var gulp = require('gulp');

var coveralls = require('gulp-coveralls');
var gutil = require('gulp-util');
var fancyLog = require('fancy-log');
var jshint = require('gulp-jshint');
var mocha = require('gulp-mocha');
var rename = require('gulp-rename');
Expand Down Expand Up @@ -146,7 +146,7 @@ function startGulp(name, opts) {
}))
.pipe(rename(fullname + '.min.js'))
.pipe(gulp.dest('.'))
.on('error', gutil.log);
.on('error', fancyLog);
});

gulp.task('browser:maketests', shell.task([
Expand Down
Loading

0 comments on commit 3d9e72e

Please sign in to comment.