bam32bittheme
Advanced tools
Comparing version 2.1.66 to 2.1.67
@@ -22,5 +22,5 @@ "use strict"; | ||
if (convertDate) { | ||
return date.toDate(); | ||
return date && includeTime ? "".concat(date.format('YYYY-MM-DD HH:mm'), "-").concat(date.format('DD.MM.YYYY HH:mm')) : "".concat(date.format('YYYY-MM-DD'), "-").concat(date.format('DD.MM.YYYY')); | ||
} | ||
return includeTime ? date.format('DD.MM.YYYY HH:mm') : date.format('DD.MM.YYYY'); | ||
}; |
{ | ||
"name": "bam32bittheme", | ||
"version": "2.1.66", | ||
"version": "2.1.67", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "32bit Theme for Material UI v5.x", |
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
1559199