File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ util.async = require('async');
2424// Dont pollute other lodash: https://github.com/gruntjs/grunt-legacy-util/issues/17
2525var _ = util . _ = require ( 'lodash' ) . runInContext ( ) ;
2626var 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' ) ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments