Skip to content

Commit

Permalink
fix: Fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyitav committed Aug 5, 2019
1 parent bd3cf2d commit cbcb4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as inquirer from 'inquirer'
import { shell } from '../utils/shell'
import logger from '../utils/logger'

const questions: inquirer.Questions = [
const questions: inquirer.QuestionCollection<any> = [
{
type: 'rawlist',
name: 'seedName',
Expand Down

0 comments on commit cbcb4f0

Please sign in to comment.