diff --git a/bin/bunyan b/bin/bunyan index a7ef431..7d85830 100755 --- a/bin/bunyan +++ b/bin/bunyan @@ -24,9 +24,6 @@ var child_process = require('child_process'), execFile = child_process.execFile; var assert = require('assert'); -var exeunt = require('exeunt'); - - //---- globals and constants var nodeVer = process.versions.node.split('.').map(Number); @@ -1222,7 +1219,7 @@ function cleanupAndExit(code, signal) { } else { // Zero exit: This should be a "normal" exit, for which we want to // flush stdout/stderr. - exeunt.softExit(code); + process.exit(0); } } diff --git a/package.json b/package.json index cab1999..6c3e954 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/trentm/node-bunyan.git" + "url": "git://github.com/nfp-projects/node-bunyan-lite.git" }, "engines": [ "node >=0.10.0" @@ -23,7 +23,6 @@ ], "license": "MIT", "dependencies": { - "exeunt": "1.1.0" }, "// mv": "required for RotatingFileStream", "optionalDependencies": {