Skip to content

Commit

Permalink
fix(babel): ES6 Transpilation format
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikiki committed Feb 20, 2018
1 parent debd911 commit c2d3053
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions dist/bulma-calendar.js
@@ -1,5 +1,8 @@
var bulmaCalendar = (function () {
'use strict';
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define('bulmaCalendar', factory) :
(global.bulmaCalendar = factory());
}(this, (function () { 'use strict';

var datepicker_langs = {
en: {
Expand Down Expand Up @@ -767,4 +770,4 @@ class datePicker {

return datePicker;

}());
})));

0 comments on commit c2d3053

Please sign in to comment.