build-workflow
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "build-workflow", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Simple gruntfile helper to define build workflows", | ||
@@ -5,0 +5,0 @@ "main": "config-loader.js", |
@@ -64,3 +64,3 @@ var chalk = require( 'chalk' ); | ||
results.forEach( function ( result ) { | ||
if ( result.errorCode > 0 || result.warningCount > 0 ) { | ||
if ( result.errorCount > 0 || result.warningCount > 0 ) { | ||
cache.removeEntry( result.filePath ); | ||
@@ -67,0 +67,0 @@ } |
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
387915