Skip to content

Commit

Permalink
composeMiddleware is an implementation detail of applyMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jul 22, 2015
1 parent 305f142 commit 100ce3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
4 changes: 1 addition & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ import compose from './utils/compose';
import combineReducers from './utils/combineReducers';
import bindActionCreators from './utils/bindActionCreators';
import applyMiddleware from './utils/applyMiddleware';
import composeMiddleware from './utils/composeMiddleware';

export {
createStore,
compose,
combineReducers,
bindActionCreators,
applyMiddleware,
composeMiddleware
applyMiddleware
};
17 changes: 0 additions & 17 deletions test/utils/composeMiddleware.spec.js

This file was deleted.

0 comments on commit 100ce3c

Please sign in to comment.