react-live-clock
Advanced tools
Comparing version 5.3.2 to 5.3.3
# Changelog | ||
## [5.3.3] | ||
Corrects Documentation #129 | ||
## [5.3.2] | ||
@@ -4,0 +7,0 @@ Update the example page to show how to set a language + sort props destruction asc in Component.js (#123) |
{ | ||
"name": "react-live-clock", | ||
"version": "5.3.2", | ||
"version": "5.3.3", | ||
"description": "React Live Clock", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -109,3 +109,3 @@ import React from 'react'; | ||
date={'1997-12-31T14:15:23+01:00'} | ||
format={'dddd, MMMM Mo, YYYY, h:mm:ss A'} /> | ||
format={'dddd, MMMM Do, YYYY, h:mm:ss A'} /> | ||
`} | ||
@@ -115,3 +115,3 @@ title="Output specific date"> | ||
date={'1997-12-31T14:15:23+01:00'} | ||
format={'dddd, MMMM Mo, YYYY, h:mm:ss A'} /> | ||
format={'dddd, MMMM Do, YYYY, h:mm:ss A'} /> | ||
</Panel> | ||
@@ -123,3 +123,3 @@ | ||
date={'1997-12-31T14:15:23+01:00'} | ||
format={'dddd, MMMM Mo, YYYY, h:mm:ss A'} | ||
format={'dddd, MMMM Do, YYYY, h:mm:ss A'} | ||
timezone={'Australia/Sydney'} /> | ||
@@ -130,3 +130,3 @@ `} | ||
date={'1997-12-31T14:15:23+01:00'} | ||
format={'dddd, MMMM Mo, YYYY, h:mm:ss A'} | ||
format={'dddd, MMMM Do, YYYY, h:mm:ss A'} | ||
timezone={'Australia/Sydney'} /> | ||
@@ -139,3 +139,3 @@ </Panel> | ||
date={'1997-12-31T14:15:23+01:00'} | ||
format={'dddd, MMMM Mo, YYYY, h:mm:ss A'} | ||
format={'dddd, MMMM Do, YYYY, h:mm:ss A'} | ||
ticking={true} | ||
@@ -147,3 +147,3 @@ timezone={'Australia/Sydney'} /> | ||
date={'1997-12-31T14:15:23+01:00'} | ||
format={'dddd, MMMM Mo, YYYY, h:mm:ss A'} | ||
format={'dddd, MMMM Do, YYYY, h:mm:ss A'} | ||
ticking={true} | ||
@@ -150,0 +150,0 @@ timezone={'Australia/Sydney'} /> |
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
8099904