gulp-bytediff
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -30,3 +30,3 @@ /* jshint node: true */ | ||
if (finalsize > file.bytediff) { | ||
saving = finalsize - file.bytediff, | ||
saving = finalsize - file.bytediff; | ||
newsize = gutil.colors.yellow(filesize(finalsize)); | ||
@@ -33,0 +33,0 @@ didsave = ' gained '; |
{ | ||
"name": "gulp-bytediff", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Compare file sizes before and after your gulp build process.", | ||
@@ -29,6 +29,11 @@ "license": "MIT", | ||
"chai": "~1.8.1", | ||
"mocha": "~1.16.2", | ||
"gulp": "~3.2.1" | ||
"clear": "0.0.1", | ||
"gulp": "~3.2.3", | ||
"gulp-mocha": "~0.2.0", | ||
"gulp-jshint": "~1.3.4", | ||
"gulp-util": "~2.2.5", | ||
"jshint-stylish": "~0.1.5", | ||
"mocha": "~1.16.2" | ||
}, | ||
"main": "index.js" | ||
} |
@@ -1,5 +0,3 @@ | ||
# [gulp](https://github.com/wearefractal/gulp)-bytediff | ||
# [gulp](https://github.com/wearefractal/gulp)-bytediff [![Build Status](https://travis-ci.org/ben-eb/gulp-bytediff.png?branch=master)](https://travis-ci.org/ben-eb/gulp-bytediff) [![NPM version](https://badge.fury.io/js/gulp-bytediff.png)](http://badge.fury.io/js/gulp-bytediff) [![Dependency Status](https://gemnasium.com/ben-eb/gulp-bytediff.png)](https://gemnasium.com/ben-eb/gulp-bytediff) | ||
[![Build Status](https://travis-ci.org/ben-eb/gulp-bytediff.png?branch=master)](https://travis-ci.org/ben-eb/gulp-bytediff) [![NPM version](https://badge.fury.io/js/gulp-bytediff.png)](http://badge.fury.io/js/gulp-bytediff) [![Dependency Status](https://gemnasium.com/ben-eb/gulp-bytediff.png)](https://gemnasium.com/ben-eb/gulp-bytediff) | ||
> Compare file sizes before and after your gulp build process. | ||
@@ -6,0 +4,0 @@ |
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
6697
10
97
8
28