Skip to content

Commit

Permalink
Upgrade rescue to 4.2.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Nov 25, 2018
1 parent 74bb038 commit dffbc77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exit.js
@@ -1,4 +1,4 @@
var rescue = require('rescue/redux')
var rescue = require('rescue')

// We do not set the code by calling `process.exit` immediately. We instead set
// set the exit code by hooking the exit event. This means that we're not going
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
{
"cadence": "2.0.x",
"interrupt": "6.4.x",
"rescue": "4.1.x",
"rescue": "4.2.x",
"signal": "4.0.x",
"synonymous": "1.0.x"
},
Expand Down

0 comments on commit dffbc77

Please sign in to comment.