Skip to content

Commit

Permalink
+ Modified dependencies & README mark
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevinsky committed Jan 17, 2017
1 parent 86fa62d commit b59a725
Show file tree
Hide file tree
Showing 3 changed files with 381 additions and 701 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# redux-actions-sequences

[![NPM](https://nodei.co/npm/redux-actions-sequences.png?downloads=true&stars=true)](https://nodei.co/npm/redux-actions-sequences/)
[![Build Status](https://travis-ci.org/AndrewRevinsky/redux-actions-sequences.svg?branch=master)](https://travis-ci.org/AndrewRevinsky/redux-actions-sequences)
[![Build Status](https://travis-ci.org/AndrewRevinsky/redux-actions-sequences.svg?branch=master)](https://travis-ci.org/AndrewRevinsky/redux-actions-sequences)[![Dependencies](https://david-dm.org/AndrewRevinsky/redux-actions-sequences.svg?branch=master)](https://david-dm.org/AndrewRevinsky/redux-actions-sequences)

`redux-actions-sequences` is a library that that makes defined sequences of redux actions trigger a new action. Sequence can be comprised of a single action (`simple`, `exact`), a series of the same action repeated n times (`times`, `timesStrict`), an order-dependent series of actions (`queue`, `queueStrict`), order-indenendent (`all`), just one of from the given list (`any`), or their superposition.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
"homepage": "https://github.com/AndrewRevinsky/redux-actions-sequences",
"license": "MIT",
"dependencies": {
"flux-standard-action": "^0.6.1",
"flux-standard-action": "^1.0.0",
"invariant": "^2.2.1",
"istypes": "^1.0.3"
},
"devDependencies": {
"babel-preset-stage-0": "^6.16.0",
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"chai": "^3.5.0",
"mocha": "^3.1.2",
"redux": "^3.6.0",
"redux-actions": "^0.13.0",
"redux-actions": "^1.0.0",
"redux-mock-store": "^1.2.1",
"redux-thunk": "^2.1.0"
}
Expand Down
Loading

0 comments on commit b59a725

Please sign in to comment.