Skip to content

Commit

Permalink
upgrade signal-exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed May 23, 2015
1 parent 891e849 commit cd70a41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ NYC.prototype._wrapExit = function () {

var opts = {alwaysLast: true}
// allow more signal handlers in unit tests.
if (process.env.NYC_TEST) opts.maxListeners = 2
onExit(function () {
outputCoverage()
}, opts)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lodash": "^3.8.0",
"mkdirp": "^0.5.0",
"rimraf": "^2.3.3",
"signal-exit": "^1.3.0",
"signal-exit": "^2.0.0",
"spawn-wrap": "^0.1.2",
"strip-bom": "^1.0.0",
"yargs": "^3.8.0"
Expand Down

0 comments on commit cd70a41

Please sign in to comment.