Skip to content

Commit

Permalink
Fixed #442 - timezone-momentjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jszuminski authored Nov 22, 2023
2 parents 5248e6a + 4f683f4 commit dc71413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/schemas/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ export const defaultConfig = {
},
scripts: {
value: [
'https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment.min.js'
'https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.34/moment-timezone-with-data.min.js'
],
type: 'string[]',
description:
Expand Down

0 comments on commit dc71413

Please sign in to comment.