Comparing version 1.2.1 to 1.2.2
@@ -56,3 +56,3 @@ /** | ||
// HACK: Fixes the redirection issue in node 0.4.x | ||
if (!result.path) { results.path = result.pathname + result.search; } | ||
if (!result.path) { result.path = result.pathname + result.search; } | ||
@@ -59,0 +59,0 @@ return result; |
@@ -5,3 +5,3 @@ { | ||
"tags": ["url", "bitly", "shortner", "util"], | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Tane Piper <piper.tane@gmail.com>", | ||
@@ -8,0 +8,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
20021