export 'promptField', broken by refactor before commit

This commit is contained in:
Trent Mick 2015-09-28 12:24:50 -07:00
parent aeebcf19f0
commit daecb2979b
1 changed files with 1 additions and 0 deletions

View File

@ -688,6 +688,7 @@ module.exports = {
getCliTableOptions: getCliTableOptions,
promptYesNo: promptYesNo,
promptEnter: promptEnter,
promptField: promptField,
editInEditor: editInEditor,
ansiStylize: ansiStylize
};