@mjhls/mjh-framework 1.0.555 → 1.0.556

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.555
2
+ # mjh-framework v. 1.0.556
3
3
 
4
4
  > Foundation Framework
5
5
 
@@ -127,7 +127,7 @@ var ExternalResources = function ExternalResources(props) {
127
127
  React__default.createElement(
128
128
  'p',
129
129
  null,
130
- index$3.momentTimezone.tz(r.displayDate, 'America/New_York').format('MMMM Do YYYY, h:mm:ss a z')
130
+ index$3.momentTimezone.tz(r.displayDate, 'America/New_York').format('MMMM Do YYYY, h:mm a z')
131
131
  )
132
132
  ),
133
133
  r.speakers && React__default.createElement(
@@ -121,7 +121,7 @@ var ExternalResources = function ExternalResources(props) {
121
121
  React__default.createElement(
122
122
  'p',
123
123
  null,
124
- momentTimezone.tz(r.displayDate, 'America/New_York').format('MMMM Do YYYY, h:mm:ss a z')
124
+ momentTimezone.tz(r.displayDate, 'America/New_York').format('MMMM Do YYYY, h:mm a z')
125
125
  )
126
126
  ),
127
127
  r.speakers && React__default.createElement(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.555",
3
+ "version": "1.0.556",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",