javascript-time-ago
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -476,8 +476,9 @@ var long = { | ||
{ | ||
tiny, | ||
short, | ||
short_concise, | ||
long, | ||
long_concise, | ||
default: long | ||
default : long, | ||
tiny : tiny, | ||
short : short, | ||
short_concise : short_concise, | ||
long : long, | ||
long_concise : long_concise | ||
} |
@@ -578,8 +578,9 @@ var long = { | ||
{ | ||
tiny, | ||
short, | ||
short_concise, | ||
long, | ||
long_concise, | ||
default: long | ||
default : long, | ||
tiny : tiny, | ||
short : short, | ||
short_concise : short_concise, | ||
long : long, | ||
long_concise : long_concise | ||
} |
{ | ||
"name": "javascript-time-ago", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "International highly customizable relative time formatting", | ||
@@ -5,0 +5,0 @@ "main": "index.umd.js", |
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
100815