broccoli-content-funnel
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -28,3 +28,2 @@ 'use strict'; | ||
let [inputPath] = this.inputPaths; | ||
let { callback } = this.options; | ||
@@ -71,5 +70,2 @@ let option = this.options.include ? 'include' : 'exclude'; | ||
}).then(() => { | ||
if (callback && this[option].length) { | ||
callback(); | ||
} | ||
super.build(); | ||
@@ -76,0 +72,0 @@ }); |
{ | ||
"name": "broccoli-content-funnel", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Funnel based on file contents", | ||
@@ -40,5 +40,4 @@ "main": "index.js", | ||
"eslint-plugin-prefer-let": "^1.0.1", | ||
"mocha": "^5.0.0", | ||
"sinon": "^6.0.1" | ||
"mocha": "^5.0.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
9
4658
66