gulp-lintspaces
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -36,3 +36,3 @@ var | ||
var totalWarningCount = 0; | ||
var logPrefix = options.prefixLogs ? colors.cyan('[gulp-lintspaces]\t') : ''; | ||
var logPrefix = opts.prefixLogs ? colors.cyan('[gulp-lintspaces]\t') : ''; | ||
@@ -79,3 +79,3 @@ function reportFile (filepath, data) { | ||
reportSummary(); | ||
if (totalWarningCount && options.breakOnWarning) { | ||
if (totalWarningCount && opts.breakOnWarning) { | ||
this.emit('error', new gutil.PluginError('gulp-lintspaces', 'Linter warnings occurred!')); | ||
@@ -82,0 +82,0 @@ } |
{ | ||
"name": "gulp-lintspaces", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "gulp plugin for lintspaces", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
16836