Comparing version 0.0.12 to 0.0.13
@@ -40,3 +40,3 @@ /** | ||
hosts = ("(" + hosts[0] + ")") | ||
hosts = ("^(" + hosts[0] + ")$") | ||
.replace(deliRegExp, "|") | ||
@@ -43,0 +43,0 @@ .replace(/\./g, "\\.") |
{ | ||
"name": "distroy", | ||
"description": "vHost Routing for HTTP and HTTPS", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"author": "Jan Buschtöns <buschtoens@gmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
11711