Skip to content

Commit

Permalink
Upgrade destructible to ^5.2.0-alpha.1.
Browse files Browse the repository at this point in the history
Closes #132.
  • Loading branch information
flatheadmill committed Oct 10, 2019
1 parent a3781f5 commit dc9b0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies":
{
"axios": "0.19.x",
"destructible": "^5.1.0-alpha.2",
"destructible": "^5.2.0-alpha.1",
"proof": "^8.0.0-alpha.7"
},
"main": "reactor",
Expand Down
2 changes: 1 addition & 1 deletion test/reactor.t.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ require('proof')(10, async (okay) => {
})()
})())

await destructible.promise
await destructible.destructed
})

0 comments on commit dc9b0f7

Please sign in to comment.