less-middleware
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -17,2 +17,7 @@ var fs = require('fs'), | ||
var process_tree_node = module.exports.process_tree_node = function (node, current_dir, root_dir, additional_import_paths, imports) { | ||
// When a less file is imported twice it comes through with an undefined node. | ||
if (node === undefined) { | ||
return false; | ||
} | ||
var import_rules = node.rules | ||
@@ -19,0 +24,0 @@ .filter(function (rule) { |
@@ -5,3 +5,3 @@ { | ||
"description": "LESS.js middleware for connect.", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
24823
330