File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ expect(actionA()).withState({ todos: [] }).toDispatch([
129129
130130Using [npm](https://www.npmjs.org/):
131131
132- $ npm install --save redux-actions-assertions
132+ $ npm install --save-dev redux-actions-assertions
133133
134134### Redux middlewares registration
135135
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ expect(actionA()).withState({ todos: [] }).toDispatch([
129129
130130Using [npm](https://www.npmjs.org/):
131131
132- $ npm install --save redux-actions-assertions
132+ $ npm install --save-dev redux-actions-assertions
133133
134134### Redux middlewares registration
135135
Original file line number Diff line number Diff line change 11{
22 "name" : " redux-actions-assertions" ,
3- "version" : " 1.0.5 " ,
3+ "version" : " 1.0.6 " ,
44 "description" : " Assertions for redux actions testing" ,
55 "scripts" : {
66 },
2727 ],
2828 "dependencies" : {
2929 "lodash.find" : " ^4.3.0" ,
30- "lodash.flattendeep" : " ^4.1.1 " ,
31- "redux" : " ^3.3 .1" ,
30+ "lodash.flattendeep" : " ^4.2.0 " ,
31+ "redux" : " ^3.5 .1" ,
3232 "redux-mock-store" : " ^1.0.2"
3333 }
3434}
You can’t perform that action at this time.
0 commit comments