gulp-less-precompiler
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "gulp-less-precompiler", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "A gulp plugin that replaces imports with the imported file content.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -41,3 +41,4 @@ /* global require, process, Buffer */ | ||
var lineStream = readline.createInterface({ | ||
input: files.createReadStream(target) | ||
input: files.createReadStream(target), | ||
terminal: false | ||
}); | ||
@@ -44,0 +45,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
7681
196