Skip to content

Commit 768c55c

Browse files
committed
Replace "exit" with "exit-x" to fix license metadata
Ref https://github.com/gruntjs/node-exit-x
1 parent 3c1976f commit 768c55c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ util.async = require('async');
2424
// Dont pollute other lodash: https://github.com/gruntjs/grunt-legacy-util/issues/17
2525
var _ = util._ = require('lodash').runInContext();
2626
var which = require('which').sync;
27-
// Instead of process.exit. See https://github.com/cowboy/node-exit
28-
util.exit = require('exit');
27+
// Instead of process.exit. See https://github.com/gruntjs/node-exit-x
28+
util.exit = require('exit-x');
2929

3030
// Mixin Underscore.string methods.
3131
_.str = require('underscore.string');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"dependencies": {
2727
"async": "~3.2.0",
28-
"exit": "~0.1.2",
28+
"exit-x": "~0.2.2",
2929
"getobject": "~1.0.0",
3030
"hooker": "~0.2.3",
3131
"lodash": "^4.18.0",

0 commit comments

Comments
 (0)