Skip to content

Commit 9ec373f

Browse files
committed
chore: update lockfile
1 parent bbdbf79 commit 9ec373f

File tree

4 files changed

+2741
-3125
lines changed

4 files changed

+2741
-3125
lines changed

dist/index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
Object.defineProperty(exports, '__esModule', { value: true });
44

5-
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
6-
7-
var EventEmitter = _interopDefault(require('events'));
5+
var events = require('events');
86

97
function toArr(any) {
108
return any == null ? [] : Array.isArray(any) ? any : [any];
@@ -473,7 +471,7 @@ class GlobalCommand extends Command {
473471
}
474472
}
475473

476-
class CAC extends EventEmitter {
474+
class CAC extends events.EventEmitter {
477475
/**
478476
* @param name The program name to display in help and version message
479477
*/

0 commit comments

Comments
 (0)