Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
agraboso committed Apr 25, 2016
2 parents 9512ba0 + e72ac27 commit 8b5a02d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ We have tiptoed around error-handling issues here. For a thorough walkthrough of
$ npm install redux-api-middleware --save
```

To use it, wrap the standard Redux store with it. Here is an example setup. For more information (for example, on how to add several middlewares), consult the [Redux documentation](http://rackt.github.io/redux/index.html).
To use it, wrap the standard Redux store with it. Here is an example setup. For more information (for example, on how to add several middlewares), consult the [Redux documentation](http://redux.js.org).

#### configureStore.js

Expand Down Expand Up @@ -607,7 +607,7 @@ MIT
## Projects using redux-api-middleware
- [react-trebuchet](https://github.com/barrystaes/react-slingshot/tree/test-bottlesapi-apimiddleware) (experimental/opinionated fork of react-slingshot for SPA frontends using REST JSON API backends)
- [react-trebuchet](https://github.com/barrystaes/react-trebuchet/tree/test-bottledapi-apireduxmiddleware) (experimental/opinionated fork of react-slingshot for SPA frontends using REST JSON API backends)
If your opensource project uses (or works with) `redux-api-middleware` we would be happy to list it here!
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@
"rimraf": "^2.4.3",
"tap-spec": "^4.1.0",
"tape": "^4.2.1"
}
},
"files": [
"README.md",
"LICENSE.md",
"lib/"
]
}

0 comments on commit 8b5a02d

Please sign in to comment.