less-middleware
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -210,2 +210,7 @@ "use strict"; | ||
output.imports.forEach(function(imported) { | ||
// Cannot check times of http(s) imports so ignore them. | ||
if (imported.indexOf("://") >= 0) { | ||
return; | ||
} | ||
var currentImport = { | ||
@@ -212,0 +217,0 @@ path: imported, |
@@ -5,3 +5,3 @@ { | ||
"description": "LESS.js middleware for connect.", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"repository": { | ||
@@ -20,3 +20,3 @@ "type": "git", | ||
"fs-extra": "~6.0.1", | ||
"mocha": "~5.1.1", | ||
"mocha": "~5.2.0", | ||
"supertest": "~3.1.0" | ||
@@ -23,0 +23,0 @@ }, |
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
61133
640