Skip to content

Commit

Permalink
fix(utils/confirm): forces import of transpiled prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed May 2, 2019
1 parent 3827399 commit 8b752d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/confirm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import prompts from 'prompts';
// force import of transpiled prompts
import prompts from 'prompts/dist';

export interface IConfirmOptions {
confirm?: boolean;
Expand Down

0 comments on commit 8b752d2

Please sign in to comment.