coffee-jshint
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -52,3 +52,3 @@ // Generated by CoffeeScript 1.6.3 | ||
} else { | ||
return _.chain(jshint.errors).map(function(error) { | ||
return _.chain(jshint.errors).compact(jshint.errors).map(function(error) { | ||
var col, line, _ref1; | ||
@@ -55,0 +55,0 @@ _ref1 = sourceMap.sourceLocation([error.line - 1, error.character - 1]), line = _ref1[0], col = _ref1[1]; |
{ | ||
"name": "coffee-jshint", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Checks CoffeeScript source for errors using JSHint", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
14960