gulp-svgmin
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -23,5 +23,5 @@ /* jshint node:true */ | ||
clear(); | ||
gutil.log(gutil.colors.cyan(event.path.replace(process.cwd(), '')) + ' ' + event.type + '.'); | ||
gutil.log(gutil.colors.cyan(event.path.replace(process.cwd(), '')) + ' ' + event.type + '. (' + gutil.colors.magenta(gutil.date('HH:MM:ss')) + ')'); | ||
gulp.run('lint'); | ||
}); | ||
}); |
{ | ||
"name": "gulp-svgmin", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Minify SVG files with gulp.", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"gulp-jshint": "~1.3.4", | ||
"gulp-util": "~2.2.5", | ||
"gulp-util": "~2.2.6", | ||
"jshint-stylish": "~0.1.5", | ||
@@ -37,0 +37,0 @@ "mocha": "~1.16.2", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8871