Skip to content

Commit

Permalink
Tweak exports so Babel doesn't generate Object.defineProperty()
Browse files Browse the repository at this point in the history
Fixes #227
  • Loading branch information
gaearon committed Dec 23, 2015
1 parent bccca07 commit a94ea6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export { default as Provider } from './components/Provider'
export { default as connect } from './components/connect'
import Provider from './components/Provider'
import connect from './components/connect'

export { Provider, connect }

0 comments on commit a94ea6d

Please sign in to comment.