Skip to content

Commit

Permalink
Merge pull request #80 from moonrailgun/patch-1
Browse files Browse the repository at this point in the history
add commonjs export
  • Loading branch information
sohobloo authored Nov 27, 2017
2 parents ef58423 + d34c79d commit 80edc95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
*/

import ModalDropdown from './components/ModalDropdown';
export default ModalDropdown;
export default ModalDropdown;
module.exports = ModalDropdown;

0 comments on commit 80edc95

Please sign in to comment.