Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
fix: πŸ› fixes autocomplete prompt import
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bolotskov committed Dec 24, 2019
1 parent 4b6b9eb commit 91226ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runInteractiveQuestions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const inquirer = require('inquirer');
const AutocompletePrompt = require('inquirer-autocomplete-prompt');
const AutocompletePrompt = require('inquirer-list-search-prompt');
const LimitedInputPrompt = require('./LimitedInputPrompt');
const createQuestions = require('./createQuestions');

Expand Down

0 comments on commit 91226ba

Please sign in to comment.