Skip to content

Commit

Permalink
Export modules as an object
Browse files Browse the repository at this point in the history
Maybe fixes #114
  • Loading branch information
ryanbrainard committed Apr 22, 2016
1 parent e7320ef commit af740ed
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 connect } from './components/connect'
export { default as PromiseState } from './PromiseState'
import connect from './components/connect'
import PromiseState from './PromiseState'

export { connect, PromiseState }

0 comments on commit af740ed

Please sign in to comment.