load-helpers
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -13,3 +13,3 @@ /*! | ||
module.exports = Emitter(loadHelpers); | ||
module.exports = loadHelpers; | ||
@@ -57,3 +57,3 @@ function loadHelpers(cache, options) { | ||
cache[name] = fn; | ||
loadHelpers.emit(options.emit || 'helper', name, fn, !!fn.async); | ||
loaderFn.emit(options.emit || 'helper', name, fn, !!fn.async); | ||
return cache; | ||
@@ -111,3 +111,3 @@ } | ||
return loaderFn; | ||
return Emitter(loaderFn); | ||
}; |
{ | ||
"name": "load-helpers", | ||
"description": "Load helpers with patterns, as an object, key-value pair, or module.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"homepage": "https://github.com/jonschlinkert/load-helpers", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
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
11103