Require node 10.1, bug fix in wikihow, deps

This commit is contained in:
Daniel Odendahl Jr
2018-07-02 02:37:47 +00:00
parent 405cff15c9
commit 7eb1be8db7
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = class WikihowCommand extends Command {
key: 'query',
prompt: 'What article would you like to search for?',
type: 'string',
parse: query => query.replace(/^((how )?to)/i, '')
parse: query => query.replace(/^((how )?to )/i, '')
}
]
});