Skip to content

Commit

Permalink
bulma-calendar uses export= (DefinitelyTyped#44766)
Browse files Browse the repository at this point in the history
It incorrectly used `export default` before.
  • Loading branch information
sandersn committed May 18, 2020
1 parent 9fba795 commit e287045
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 239 deletions.
2 changes: 1 addition & 1 deletion types/bulma-calendar/bulma-calendar-tests.ts
@@ -1,4 +1,4 @@
import BulmaCalendar from 'bulma-calendar';
import BulmaCalendar = require('bulma-calendar');

new BulmaCalendar('.selector');
BulmaCalendar.attach('.selector');
Expand Down

0 comments on commit e287045

Please sign in to comment.