schemaglobin
Advanced tools
Comparing version 5.4.2 to 5.4.3
@@ -145,3 +145,3 @@ "use strict"; | ||
const [amount, units] = diffDates(currentDate, targetDate); | ||
return `${number_1.formatNumber(amount)} ${units}`; | ||
return `${number_1.formatNumber(amount)}${units.substr(0, 1)}`; | ||
}; | ||
@@ -148,0 +148,0 @@ /** Format a date in the browser locale. */ |
{ | ||
"name": "schemaglobin", | ||
"description": "Validate user-entered data.", | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"repository": "https://github.com/dhoulb/schemaglobin", | ||
@@ -6,0 +6,0 @@ "author": "Dave Houlbrooke <dave@shax.com>", |
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
152721