mokkabonna / inquirer-autocomplete-prompt

Autocomplete prompt for inquirer
ISC License
354 stars 82 forks source link

Remove unnecessary util dependency #48

Closed gpittarelli closed 6 years ago

gpittarelli commented 6 years ago

'util' is a standard nodejs module: https://nodejs.org/api/util.html . The 'util' module being required here is a browser polyfill (https://github.com/defunctzombie/node-util) which is probably not intended.

mokkabonna commented 6 years ago

Thanks, you are right.