Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luqin committed Mar 18, 2016
1 parent 42590a1 commit b0b5e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/getOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', {
value: true
});
function getOptions() {
return ['<input>', 'applyClass', 'autoApply', 'autoUpdateInput', 'buttonClasses', 'cancelClass', 'dateLimit', 'drops', 'endDate', 'isInvalidDate', 'linkedCalendars', 'locale', 'maxDate', 'minDate', 'opens', 'parentEl', 'ranges', 'showDropdowns', 'showWeekNumbers', 'singleDatePicker', 'startDate', 'template', 'timePicker', 'timePicker24Hour', 'timePickerIncrement', 'timePickerSeconds', 'timeZone'];
return ['<input>', 'applyClass', 'autoApply', 'autoUpdateInput', 'alwaysShowCalendars', 'buttonClasses', 'cancelClass', 'dateLimit', 'drops', 'endDate', 'isInvalidDate', 'linkedCalendars', 'locale', 'maxDate', 'minDate', 'opens', 'parentEl', 'ranges', 'showDropdowns', 'showWeekNumbers', 'singleDatePicker', 'startDate', 'template', 'timePicker', 'timePicker24Hour', 'timePickerIncrement', 'timePickerSeconds', 'timeZone'];
}

exports['default'] = getOptions;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-datetimerangepicker",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit b0b5e10

Please sign in to comment.