mokkabonna / inquirer-autocomplete-prompt

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

Removed lodash dependency from package.json #44

Closed ruyadorno closed 7 years ago

ruyadorno commented 7 years ago

lodash is currently only used on:

and not really used within the plugin. In this case having it declared in devDependencies is already enough 😊 (it's already there)

NOTE: It would be a good idea to also udpate the package-lock.json file, I can update and add it to this PR but I'll leave for you to chose, since it also updates a lot of other dependencies so you may choose to do it later on.

mokkabonna commented 7 years ago

thx, must have added it by accident