broccoli-eyeglass
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -682,7 +682,8 @@ "use strict"; | ||
return sass(details.options) | ||
.then(result => { | ||
return Promise.resolve(sass(details.options)) | ||
.finally(() => { | ||
this.events.removeListener("dependency", dependencyListener); | ||
this.events.removeListener("additional-output", additionalOutputListener); | ||
}) | ||
.then(result => { | ||
return success(result).then(() => result); | ||
@@ -689,0 +690,0 @@ }, failure); |
{ | ||
"name": "broccoli-eyeglass", | ||
"description": "Sass compiler for Broccoli with Eyeglass Integration", | ||
"version": "4.0.1", | ||
"version": "v4.0.2", | ||
"author": "Chris Eppstein <chris@eppsteins.net>", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
219443
2172
1