Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: export convertToCachedCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 28, 2018
1 parent c548340 commit 9bc563c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import Command from './command'
import Command, {convertToCached} from './command'
import * as flags from './flags'

export * from './errors'

export default Command
export {
convertToCached,
Command,
flags,
}

0 comments on commit 9bc563c

Please sign in to comment.