-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish react-datepicker sub-package in commonjs format (#1358)
* Publish react-datepicker sub-package as commonjs format * changelog
- Loading branch information
1 parent
5670e07
commit 29eb67b
Showing
6 changed files
with
123 additions
and
151 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ generator-eui/ | |
test/ | ||
src-docs/ | ||
src-framer/ | ||
packages/react-datepicker | ||
.nvmrc | ||
|
||
# typescript output | ||
|
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,3 +1,5 @@ | ||
import ReactDatePicker from './react-datepicker'; | ||
var ReactDatePicker = require('./react-datepicker').default; | ||
|
||
export { ReactDatePicker }; | ||
module.exports = { | ||
ReactDatePicker: ReactDatePicker | ||
}; |
Oops, something went wrong.