Skip to content

Commit

Permalink
Change the end year to 2040
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr committed Jun 30, 2023
1 parent d112e4f commit bb62463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webpack/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ module.exports = {
} ),
new MomentTimezoneDataPlugin( {
startYear: 2000,
endYear: 2030,
endYear: 2040,
} ),
].filter( Boolean ),
};

0 comments on commit bb62463

Please sign in to comment.