Skip to content

Commit

Permalink
Redux umd name is capitalized. Fixes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Mar 25, 2017
1 parent fa09c66 commit 25cd187
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export default {
external: external,
useStrict: false,
globals: {
preact: 'preact',
redux: 'redux'
},
preact: 'preact',
redux: 'Redux'
},
targets: [
{
dest: packageJson['main'],
Expand Down

0 comments on commit 25cd187

Please sign in to comment.