Comparing version 0.0.3 to 0.0.4
@@ -20,5 +20,5 @@ /** | ||
this.to = function (host, port, path) { | ||
this.path = host.path || path; | ||
this.host = host.hostname || host; | ||
this.port = host.port; | ||
this.path = path; | ||
this.host = host; | ||
this.port = port; | ||
return this; | ||
@@ -25,0 +25,0 @@ }; |
{ | ||
"name": "cuddle", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
21386