Skip to content

Commit dae55ce

Browse files
mitologegoist
authored andcommitted
fix(types): changed events module to named export. (#48)
1 parent e5f32f7 commit dae55ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CAC.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import EventEmitter from 'events'
1+
import { EventEmitter } from 'events'
22
import mri from 'mri'
33
import Command, {
44
GlobalCommand,

0 commit comments

Comments
 (0)