Comparing version 0.3.3 to 0.3.4
@@ -23,3 +23,3 @@ 'use strict'; | ||
if (typeof value === 'function') { | ||
promisifiedObj[key] = bluebird.promisify(value, obj); | ||
promisifiedObj[key] = bluebird.promisify(value, {context: obj, multiArgs: true}); | ||
} else if (typeof value === 'object') { | ||
@@ -26,0 +26,0 @@ promisifiedObj[key] = deepPromisify(value); |
{ | ||
"name": "nano-blue2", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "A fork of nano-blue with updated dependencies", | ||
@@ -5,0 +5,0 @@ "main": "lib/nano-blue.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
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
4763