Comparing version 0.3.0 to 0.4.0
@@ -6,3 +6,3 @@ 'use strict'; | ||
module.exports = duh => { | ||
module.exports = duh => new Promise((resolve) => { | ||
@@ -26,3 +26,3 @@ // expand ports | ||
return duh; | ||
}; | ||
resolve(duh); | ||
}); |
{ | ||
"name": "duh-core", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "DUH core", | ||
@@ -5,0 +5,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
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
15434