Skip to content

Commit

Permalink
Fix main export
Browse files Browse the repository at this point in the history
  • Loading branch information
afitiskin committed Oct 3, 2017
1 parent 6033b1f commit 18de0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-saga-routines",
"version": "2.0.1",
"version": "2.0.2",
"description": "Routines for redux-saga also useful with redux-form",
"keywords": [
"redux",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import routinePromiseWatcherSaga from './routinePromiseWatcherSaga';
import bindRoutineToReduxForm from './bindRoutineToReduxForm';
import createRoutine from './bindRoutineToReduxForm';
import createRoutine from './createRoutine';

export { routinePromiseWatcherSaga, bindRoutineToReduxForm, createRoutine };

0 comments on commit 18de0ac

Please sign in to comment.