mymth / vanillajs-datepicker

A vanilla JavaScript remake of bootstrap-datepicker for Bulma and other CSS frameworks
MIT License
720 stars 147 forks source link

In 1.3.0 bug in template filename #137

Closed NormandoHall closed 1 year ago

NormandoHall commented 1 year ago

In line 5 of file vanillajs-datepicker/js/picker/views/DaysView.js import:

import weekNumbersTemplate from '../templates/weekNumbersTemplate.js';

But the file is named with a capital as WeekNumbersTemplate.js

mymth commented 1 year ago

I'll close this as the bug is fixed by #136