Comparing version 2.12.4 to 2.12.5
{ | ||
"name": "tiged", | ||
"version": "2.12.4", | ||
"version": "2.12.5", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=8.0.0" |
@@ -404,3 +404,3 @@ const fs = require('fs-extra'); | ||
const tld = tldMatch ? tldMatch[0] : null; | ||
const siteName = tld ? site.replace(tld, '') : site; | ||
const siteName = tld ? site.replace(new RegExp(tld + '$'), '') : site; | ||
@@ -407,0 +407,0 @@ const user = match[4]; |
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
31385