coffee-jshint
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -18,3 +18,3 @@ // Generated by CoffeeScript 1.6.3 | ||
var options; | ||
options = buildTrueObj(config.withDefaults ? _.union(config.options, defaultOptions) : options); | ||
options = buildTrueObj(config.withDefaults ? _.union(config.options, defaultOptions) : config.options); | ||
return _.map(paths, function(path) { | ||
@@ -21,0 +21,0 @@ var err, errors, source; |
{ | ||
"name": "coffee-jshint", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"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
15357
9
209