gulp-bytediff
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -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-bytediff", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Compare file sizes before and after your gulp build process.", | ||
@@ -33,3 +33,3 @@ "license": "MIT", | ||
"gulp-jshint": "~1.3.4", | ||
"gulp-util": "~2.2.5", | ||
"gulp-util": "~2.2.6", | ||
"jshint-stylish": "~0.1.5", | ||
@@ -36,0 +36,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
6731