Skip to content

Commit

Permalink
Merge pull request #20 from redux-things/extract-js
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
dmitry-zaets authored Jul 26, 2016
2 parents 62381ce + e3b8c03 commit 888e9b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"should": "^8.3.2"
},
"dependencies": {
"redux-actions-assertions-js": "^0.0.1"
"redux-actions-assertions-js": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-actions-assertions",
"version": "1.1.0",
"version": "1.2.0",
"description": "Assertions for redux actions testing",
"scripts": {
},
Expand All @@ -26,6 +26,6 @@
"asserts"
],
"dependencies": {
"redux-actions-assertions-js": "^0.0.1"
"redux-actions-assertions-js": "^1.0.0"
}
}

0 comments on commit 888e9b8

Please sign in to comment.