-
-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #656 from gpbl/revert-651-fix-umd-again
Revert "Fix umd build"
- Loading branch information
Showing
5 changed files
with
17 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
import DayPicker from './DayPicker'; | ||
import Input from './DayPickerInput'; | ||
import * as DateUtils from './DateUtils'; | ||
import * as LocaleUtils from './LocaleUtils'; | ||
import * as ModifiersUtils from './ModifiersUtils'; | ||
|
||
DayPicker.Input = Input; | ||
DayPicker.DateUtils = DateUtils; | ||
DayPicker.LocaleUtils = LocaleUtils; | ||
DayPicker.ModifiersUtils = ModifiersUtils; | ||
|
||
export { DayPicker as default, DateUtils, LocaleUtils, ModifiersUtils }; | ||
export default from './DayPicker'; | ||
export DateUtils from './DateUtils'; | ||
export LocaleUtils from './LocaleUtils'; | ||
export ModifiersUtils from './ModifiersUtils'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters