Skip to content

Commit

Permalink
Updating readme and package
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinOfWar committed Jul 2, 2020
1 parent cc328cb commit e6356b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Reducks (Redux Queue)

## reducks-redux-queue

> A `redux-observable` driven FIFO (first in - first out) queuing system for `redux` and `redux-thunk`. Fully compatible with `react-redux`.
A `redux-observable` driven FIFO (first in - first out) queuing system for `redux` and `redux-thunk`. Fully compatible with `react-redux`.

This project's github pages and local demo were bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "reducks-redux-queue",
"version": "1.0.0",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/PenguinOfWar/reducks-redux-queue"
},
"author": "Darryl Walker <[email protected]>",
"license": "MIT",
"main": "src/lib/index.js",
"homepage": "https://penguinofwar.github.io/reducks-redux-queue",
"dependencies": {
Expand Down

0 comments on commit e6356b6

Please sign in to comment.