Skip to content

Commit

Permalink
Merge pull request #73 from captain401/master
Browse files Browse the repository at this point in the history
fix: * import breaking with moment 2.24
  • Loading branch information
mcdado authored Jan 27, 2020
2 parents af548cb + 6ffd18a commit 39e4607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as moment from 'moment';
import moment from 'moment';

declare module 'moment' {
interface Moment {
Expand Down

0 comments on commit 39e4607

Please sign in to comment.