Skip to content

Commit

Permalink
Upgrade to Cadence Redux.
Browse files Browse the repository at this point in the history
Closes #48.
  • Loading branch information
flatheadmill committed Feb 22, 2015
1 parent 7492cfa commit 52ee9b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies":
{
"proof": "0.0.50",
"cadence": "0.0.43"
"cadence": "0.0.52"
},
"scripts":
{
Expand Down
1 change: 1 addition & 0 deletions release.ft
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Issue by Issue

* Upgrade to Cadence Redux. #48.
* Implement new `get` interface. #47.
* Implement by array interface. #45.
* Remove `require.t.js`. #43.
Expand Down
2 changes: 1 addition & 1 deletion t/advance/forward.t.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('proof')(3, require('cadence')(prove))
require('proof')(3, require('cadence/redux')(prove))

function prove (async, assert) {
var values = [ 'a', 'b', 'c' ]
Expand Down

0 comments on commit 52ee9b8

Please sign in to comment.