Skip to content

Commit

Permalink
fix(types): changed events module to named export. (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitolog authored and egoist committed Jun 5, 2019
1 parent e5f32f7 commit dae55ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CAC.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import EventEmitter from 'events'
import { EventEmitter } from 'events'
import mri from 'mri'
import Command, {
GlobalCommand,
Expand Down

0 comments on commit dae55ce

Please sign in to comment.