Skip to content

Commit

Permalink
fix(import): 🐛 remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
wheatma committed Jul 16, 2019
1 parent 70b8573 commit 9ee670a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
} from './messages/commitlint-config';
import { EMOJI_TYPES } from './configs';
import { PromptObject } from 'prompts';
import { number } from 'prop-types';

function debug(...message: any[]) {
log.debug('gacp:prompt', ...message);
Expand Down

0 comments on commit 9ee670a

Please sign in to comment.