Skip to content

Commit

Permalink
fix: set moment english default
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamberk committed Oct 19, 2019
1 parent 8698918 commit 2bc6919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ import moment from './lib/module/moment';
import Hammer from './lib/module/hammer';
import keycharm from 'keycharm';

moment.locale('en')

const timeline = {
Core ,
DateUtil,
Expand Down

1 comment on commit 2bc6919

@mojoaxel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yotamberk Did you just push this to master? This should not be possible because master is protected. 😕
Please create a PullRequest for EVERY change in the future. This should have been reviewed!

Please sign in to comment.