Skip to content

Commit

Permalink
Merge pull request #56 from armed/master
Browse files Browse the repository at this point in the history
fixed #55 bug in UMD build
  • Loading branch information
bvaughn authored Apr 25, 2017
2 parents 4d09995 + d37066d commit 6a6271f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion source/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/* @flow */
export default from './VirtualizedSelect'
import VirtualizedSelect from './VirtualizedSelect'

module.exports = VirtualizedSelect
2 changes: 1 addition & 1 deletion webpack.config.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
path: 'dist/umd',
filename: '[name].js',
libraryTarget: 'umd',
library: 'react-virtualized-select'
library: 'VirtualizedSelect'
},
externals: {
react: {
Expand Down

0 comments on commit 6a6271f

Please sign in to comment.