Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
set version 0.0.2 just because
Browse files Browse the repository at this point in the history
  • Loading branch information
lemes committed Feb 1, 2018
1 parent 6511de1 commit f256858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ Bellow you can find the description of the API provided by Redux Shelf library.
// userActions.js
import { entities, communication } from 'redux-shelf';

// Here I assuming that you're using some middleware to handle asynchronous actions, for example,
// Redux Thunk
// Here I assuming that you're using some middleware to handle
// asynchronous actions, for example, Redux Thunk
export function fetchUsers() {
return async (dispatch) => {
dispatch(communication.starting('users'));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-shelf",
"version": "0.0.1",
"version": "0.0.2",
"main": "index.js",
"description":
"Helper reducers and actions to take away your boilerplate code from both Data and Communication state types",
Expand Down

0 comments on commit f256858

Please sign in to comment.